#BD44CB

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

Shades of Medium Orchid #BD44CB

Tints of Medium Orchid #BD44CB

Color information

#BD44CB (or 0xBD44CB) is unknown color: approx Medium Orchid. HEX triplet: BD, 44 and CB. RGB value is (189,68,203). Sum of RGB (Red+Green+Blue) = 189+68+203=460 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.09% from 460); Green value is 68 (26.95% from 255 or 14.78% from 460); Blue value is 203 (79.69% from 255 or 44.13% from 460); Max value from RGB is 203 - color contains mainly: blue. Hex color #BD44CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD44CB is #42BB34. Grayscale: #777777. Windows color (decimal): -4373301 or 13321405. OLE color: 13321405.

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

Color convert

RGB18968203-
CMYK0.070.6700.20
HSL293.78º56.49%53.14%-
HSV(B)293.78º66.5%79.61%-
XYZ33.8319.2658.44-
YUV119.57175.09177.52-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.09%
GREEN value IS 68 (26.95% from 255) = 14.78%
BLUE value IS 203 (79.69% from 255) = 44.13%
R=41.09%
G=14.78%
B=44.13%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal189682030.070.6700.20293.7856.4953.14
HexBD44CB7430141263835
Octal27510431371030244467065
Binary101111011000100110010111111000011010100100100110111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD44CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD44CB; }

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

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

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

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

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

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

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

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