#B84BEE

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

Shades of Medium Orchid #B84BEE

Tints of Medium Orchid #B84BEE

Color information

#B84BEE (or 0xB84BEE) is unknown color: approx Medium Orchid. HEX triplet: B8, 4B and EE. RGB value is (184,75,238). Sum of RGB (Red+Green+Blue) = 184+75+238=497 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.02% from 497); Green value is 75 (29.69% from 255 or 15.09% from 497); Blue value is 238 (93.36% from 255 or 47.89% from 497); Max value from RGB is 238 - color contains mainly: blue. Hex color #B84BEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B84BEE is #47B411. Grayscale: #7D7D7D. Windows color (decimal): -4699154 or 15616952. OLE color: 15616952.

HSL color Cylindrical-coordinate representation of color #B84BEE: hue angle of 280.12º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B84BEE is Cyan = 0.23, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB18475238-
CMYK0.230.6800.07
HSL280.12º82.74%61.37%-
HSV(B)280.12º68.49%93.33%-
XYZ37.7221.483.03-
YUV126.17191.11169.25-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.02%
GREEN value IS 75 (29.69% from 255) = 15.09%
BLUE value IS 238 (93.36% from 255) = 47.89%
R=37.02%
G=15.09%
B=47.89%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal184752380.230.6800.07280.1282.7461.37
HexB84BEE174407118533d
Octal270113356271040743012375
Binary1011100010010111110111010111100010001111000110001010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84BEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84BEE; }

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

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

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

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

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

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

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

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