#b84be0

Color #B84BE0 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #B84BE0

Tints of Medium Orchid #B84BE0

Color information

#B84BE0 (or 0xB84BE0) is unknown color: approx Medium Orchid. HEX triplet: B8, 4B and E0. RGB value is (184,75,224). Sum of RGB (Red+Green+Blue) = 184+75+224=483 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.10% from 483); Green value is 75 (29.69% from 255 or 15.53% from 483); Blue value is 224 (87.89% from 255 or 46.38% from 483); Max value from RGB is 224 - color contains mainly: blue. Hex color #B84BE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B84BE0 is #47B41F. Grayscale: #7C7C7C. Windows color (decimal): -4699168 or 14699448. OLE color: 14699448.

HSL color Cylindrical-coordinate representation of color #B84BE0: hue angle of 283.89º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B84BE0 is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB18475224-
CMYK0.180.6700.12
HSL283.89º70.62%58.63%-
HSV(B)283.89º66.52%87.84%-
XYZ35.7420.672.61-
YUV124.58184.11170.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 184 (72.27% from 255) = 38.10%
GREEN value IS 75 (29.69% from 255) = 15.53%
BLUE value IS 224 (87.89% from 255) = 46.38%
R=38.10%
G=15.53%
B=46.38%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal184752240.180.6700.12283.8970.6258.63
HexB84BE012430C11c473b
Octal2701133402210301443410773
Binary10111000100101111100000100101000011011001000111001000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b84be0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b84be0; }

 p { color: rgb(184,75,224); }

 H1.HeaderClassName
 {
   color: #b84be0;
 }
 .AnyTagClassName
 {
   color: #b84be0;
 }
</style>
background-color css

<style>
 a { background-color: #b84be0; }

 a { background-color: rgb(184,75,224); }

 div.DivClassName
 {
   background-color: #b84be0;
 }
 .BgClassName
 {
   background-color: #b84be0;
 }
</style>
border-color css

<style>
 span { border-color: #b84be0; }

 span { border-color: rgb(184,75,224); }

 td.TdClassName
 {
   border-color: #b84be0;
 }
 .TagClassName
 {
   border-color: #b84be0;
 }
</style>