#BD64CB

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

Shades of Medium Orchid #BD64CB

Tints of Medium Orchid #BD64CB

Color information

#BD64CB (or 0xBD64CB) is unknown color: approx Medium Orchid. HEX triplet: BD, 64 and CB. RGB value is (189,100,203). Sum of RGB (Red+Green+Blue) = 189+100+203=492 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.41% from 492); Green value is 100 (39.45% from 255 or 20.33% from 492); Blue value is 203 (79.69% from 255 or 41.26% from 492); Max value from RGB is 203 - color contains mainly: blue. Hex color #BD64CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD64CB is #429B34. Grayscale: #8A8A8A. Windows color (decimal): -4365109 or 13329597. OLE color: 13329597.

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

Color convert

RGB189100203-
CMYK0.070.5100.20
HSL291.84º49.76%59.41%-
HSV(B)291.84º50.74%79.61%-
XYZ36.3224.2459.27-
YUV138.35164.49164.12-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.41%
GREEN value IS 100 (39.45% from 255) = 20.33%
BLUE value IS 203 (79.69% from 255) = 41.26%
R=38.41%
G=20.33%
B=41.26%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1891002030.070.5100.20291.8449.7659.41
HexBD64CB733014124323b
Octal2751443137630244446273
Binary10111101110010011001011111110011010100100100100110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD64CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD64CB; }

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

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

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

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

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

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

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

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