#BD54CB

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

Shades of Medium Orchid #BD54CB

Tints of Medium Orchid #BD54CB

Color information

#BD54CB (or 0xBD54CB) is unknown color: approx Medium Orchid. HEX triplet: BD, 54 and CB. RGB value is (189,84,203). Sum of RGB (Red+Green+Blue) = 189+84+203=476 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.71% from 476); Green value is 84 (33.20% from 255 or 17.65% from 476); Blue value is 203 (79.69% from 255 or 42.65% from 476); Max value from RGB is 203 - color contains mainly: blue. Hex color #BD54CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD54CB is #42AB34. Grayscale: #808080. Windows color (decimal): -4369205 or 13325501. OLE color: 13325501.

HSL color Cylindrical-coordinate representation of color #BD54CB: hue angle of 292.94º 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 #BD54CB is Cyan = 0.07, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB18984203-
CMYK0.070.5900.20
HSL292.94º53.36%56.27%-
HSV(B)292.94º58.62%79.61%-
XYZ34.9421.4758.8-
YUV128.96169.79170.82-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.71%
GREEN value IS 84 (33.20% from 255) = 17.65%
BLUE value IS 203 (79.69% from 255) = 42.65%
R=39.71%
G=17.65%
B=42.65%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal189842030.070.5900.20292.9453.3656.27
HexBD54CB73B0141253538
Octal2751243137730244456570
Binary10111101101010011001011111111011010100100100101110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD54CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD54CB; }

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

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

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

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

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

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

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

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