#B852CF

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

Shades of Medium Orchid #B852CF

Tints of Medium Orchid #B852CF

Color information

#B852CF (or 0xB852CF) is unknown color: approx Medium Orchid. HEX triplet: B8, 52 and CF. RGB value is (184,82,207). Sum of RGB (Red+Green+Blue) = 184+82+207=473 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.90% from 473); Green value is 82 (32.42% from 255 or 17.34% from 473); Blue value is 207 (81.25% from 255 or 43.76% from 473); Max value from RGB is 207 - color contains mainly: blue. Hex color #B852CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B852CF is #47AD30. Grayscale: #7E7E7E. Windows color (decimal): -4697393 or 13587128. OLE color: 13587128.

HSL color Cylindrical-coordinate representation of color #B852CF: hue angle of 288.96º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B852CF is Cyan = 0.11, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB18482207-
CMYK0.110.6000.19
HSL288.96º56.56%56.67%-
HSV(B)288.96º60.39%81.18%-
XYZ34.0520.7361.24-
YUV126.75173.29168.84-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.90%
GREEN value IS 82 (32.42% from 255) = 17.34%
BLUE value IS 207 (81.25% from 255) = 43.76%
R=38.90%
G=17.34%
B=43.76%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal184822070.110.6000.19288.9656.5656.67
HexB852CFB3C0131213939
Octal27012231713740234417171
Binary101110001010010110011111011111100010011100100001111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B852CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B852CF; }

 p { color: rgb(184,82,207); }

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

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

 a { background-color: rgb(184,82,207); }

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

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

 span { border-color: rgb(184,82,207); }

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