#B754CB

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

Shades of Medium Orchid #B754CB

Tints of Medium Orchid #B754CB

Color information

#B754CB (or 0xB754CB) is unknown color: approx Medium Orchid. HEX triplet: B7, 54 and CB. RGB value is (183,84,203). Sum of RGB (Red+Green+Blue) = 183+84+203=470 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.94% from 470); Green value is 84 (33.20% from 255 or 17.87% from 470); Blue value is 203 (79.69% from 255 or 43.19% from 470); Max value from RGB is 203 - color contains mainly: blue. Hex color #B754CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B754CB is #48AB34. Grayscale: #7E7E7E. Windows color (decimal): -4762421 or 13325495. OLE color: 13325495.

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

Color convert

RGB18384203-
CMYK0.100.5900.20
HSL289.92º53.36%56.27%-
HSV(B)289.92º58.62%79.61%-
XYZ33.4820.7258.73-
YUV127.17170.8167.82-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.94%
GREEN value IS 84 (33.20% from 255) = 17.87%
BLUE value IS 203 (79.69% from 255) = 43.19%
R=38.94%
G=17.87%
B=43.19%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal183842030.100.5900.20289.9253.3656.27
HexB754CBA3B0141223538
Octal26712431312730244426570
Binary101101111010100110010111010111011010100100100010110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B754CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B754CB; }

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

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

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

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

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

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

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

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