#BD72EB

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

Shades of Medium Orchid #BD72EB

Tints of Medium Orchid #BD72EB

Color information

#BD72EB (or 0xBD72EB) is unknown color: approx Medium Orchid. HEX triplet: BD, 72 and EB. RGB value is (189,114,235). Sum of RGB (Red+Green+Blue) = 189+114+235=538 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.13% from 538); Green value is 114 (44.92% from 255 or 21.19% from 538); Blue value is 235 (92.19% from 255 or 43.68% from 538); Max value from RGB is 235 - color contains mainly: blue. Hex color #BD72EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD72EB is #428D14. Grayscale: #959595. Windows color (decimal): -4361493 or 15430333. OLE color: 15430333.

HSL color Cylindrical-coordinate representation of color #BD72EB: hue angle of 277.19º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BD72EB is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB189114235-
CMYK0.200.5100.08
HSL277.19º75.16%68.43%-
HSV(B)277.19º51.49%92.16%-
XYZ4228.8581.95-
YUV150.22175.85155.66-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.13%
GREEN value IS 114 (44.92% from 255) = 21.19%
BLUE value IS 235 (92.19% from 255) = 43.68%
R=35.13%
G=21.19%
B=43.68%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1891142350.200.5100.08277.1975.1668.43
HexBD72EB1433081154b44
Octal2751623532463010425113104
Binary10111101111001011101011101001100110100010001010110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD72EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD72EB; }

 p { color: rgb(189,114,235); }

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

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

 a { background-color: rgb(189,114,235); }

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

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

 span { border-color: rgb(189,114,235); }

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