#B752CB

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

Shades of Medium Orchid #B752CB

Tints of Medium Orchid #B752CB

Color information

#B752CB (or 0xB752CB) is unknown color: approx Medium Orchid. HEX triplet: B7, 52 and CB. RGB value is (183,82,203). Sum of RGB (Red+Green+Blue) = 183+82+203=468 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.10% from 468); Green value is 82 (32.42% from 255 or 17.52% from 468); Blue value is 203 (79.69% from 255 or 43.38% from 468); Max value from RGB is 203 - color contains mainly: blue. Hex color #B752CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B752CB is #48AD34. Grayscale: #7D7D7D. Windows color (decimal): -4762933 or 13324983. OLE color: 13324983.

HSL color Cylindrical-coordinate representation of color #B752CB: hue angle of 290.08º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B752CB is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB18382203-
CMYK0.100.6000.20
HSL290.08º53.78%55.88%-
HSV(B)290.08º59.61%79.61%-
XYZ33.3320.4158.68-
YUV125.99171.46168.66-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.10%
GREEN value IS 82 (32.42% from 255) = 17.52%
BLUE value IS 203 (79.69% from 255) = 43.38%
R=39.10%
G=17.52%
B=43.38%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal183822030.100.6000.20290.0853.7855.88
HexB752CBA3C0141223638
Octal26712231312740244426670
Binary101101111010010110010111010111100010100100100010110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B752CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B752CB; }

 p { color: rgb(183,82,203); }

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

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

 a { background-color: rgb(183,82,203); }

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

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

 span { border-color: rgb(183,82,203); }

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