#BD45CB

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

Shades of Medium Orchid #BD45CB

Tints of Medium Orchid #BD45CB

Color information

#BD45CB (or 0xBD45CB) is unknown color: approx Medium Orchid. HEX triplet: BD, 45 and CB. RGB value is (189,69,203). Sum of RGB (Red+Green+Blue) = 189+69+203=461 (61% of max value = 765). Red value is 189 (74.22% from 255 or 41.00% from 461); Green value is 69 (27.34% from 255 or 14.97% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 203 - color contains mainly: blue. Hex color #BD45CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD45CB is #42BA34. Grayscale: #777777. Windows color (decimal): -4373045 or 13321661. OLE color: 13321661.

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

Color convert

RGB18969203-
CMYK0.070.6600.20
HSL293.73º56.3%53.33%-
HSV(B)293.73º66.01%79.61%-
XYZ33.8919.3958.46-
YUV120.16174.76177.1-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.00%
GREEN value IS 69 (27.34% from 255) = 14.97%
BLUE value IS 203 (79.69% from 255) = 44.03%
R=41.00%
G=14.97%
B=44.03%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal189692030.070.6600.20293.7356.353.33
HexBD45CB7420141263835
Octal27510531371020244467065
Binary101111011000101110010111111000010010100100100110111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD45CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD45CB; }

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

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

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

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

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

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

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

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