#BD75CB

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

Shades of Medium Orchid #BD75CB

Tints of Medium Orchid #BD75CB

Color information

#BD75CB (or 0xBD75CB) is unknown color: approx Medium Orchid. HEX triplet: BD, 75 and CB. RGB value is (189,117,203). Sum of RGB (Red+Green+Blue) = 189+117+203=509 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.13% from 509); Green value is 117 (46.09% from 255 or 22.99% from 509); Blue value is 203 (79.69% from 255 or 39.88% from 509); Max value from RGB is 203 - color contains mainly: blue. Hex color #BD75CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD75CB is #428A34. Grayscale: #949494. Windows color (decimal): -4360757 or 13333949. OLE color: 13333949.

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

Color convert

RGB189117203-
CMYK0.070.4200.20
HSL290.23º45.26%62.75%-
HSV(B)290.23º42.36%79.61%-
XYZ38.1327.8559.87-
YUV148.33158.85157.01-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.13%
GREEN value IS 117 (46.09% from 255) = 22.99%
BLUE value IS 203 (79.69% from 255) = 39.88%
R=37.13%
G=22.99%
B=39.88%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1891172030.070.4200.20290.2345.2662.75
HexBD75CB72A0141222d3f
Octal2751653137520244425577
Binary10111101111010111001011111101010010100100100010101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD75CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD75CB; }

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

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

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

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

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

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

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

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