#BD6BED

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

Shades of Medium Orchid #BD6BED

Tints of Medium Orchid #BD6BED

Color information

#BD6BED (or 0xBD6BED) is unknown color: approx Medium Orchid. HEX triplet: BD, 6B and ED. RGB value is (189,107,237). Sum of RGB (Red+Green+Blue) = 189+107+237=533 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.46% from 533); Green value is 107 (42.19% from 255 or 20.08% from 533); Blue value is 237 (92.97% from 255 or 44.47% from 533); Max value from RGB is 237 - color contains mainly: blue. Hex color #BD6BED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD6BED is #429412. Grayscale: #919191. Windows color (decimal): -4363283 or 15559613. OLE color: 15559613.

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

Color convert

RGB189107237-
CMYK0.200.5500.07
HSL277.85º78.31%67.45%-
HSV(B)277.85º54.85%92.94%-
XYZ41.5327.4583.23-
YUV146.34179.17158.43-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.46%
GREEN value IS 107 (42.19% from 255) = 20.08%
BLUE value IS 237 (92.97% from 255) = 44.47%
R=35.46%
G=20.08%
B=44.47%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1891072370.200.5500.07277.8578.3167.45
HexBD6BED1437071164e43
Octal275153355246707426116103
Binary1011110111010111110110110100110111011110001011010011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6BED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6BED; }

 p { color: rgb(189,107,237); }

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

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

 a { background-color: rgb(189,107,237); }

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

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

 span { border-color: rgb(189,107,237); }

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