Html Css Color HEX #BD6EED Medium Orchid

📋 copy color: '#BD6EED'

red 189 ◦ green 110 ◦ blue 237

#BD6EED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #BD6EED

Tints of Medium Orchid #BD6EED

RGB

 RED value IS 189 (74.22% from 255) = 35.26%

 GREEN value IS 110 (43.36% from 255) = 20.52%

 BLUE value IS 237 (92.97% from 255) = 44.22%

R = 35.26%
G = 20.52%
B = 44.22%

CMYK

 C value IS 0.20

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BD6EED (or 0xBD6EED) is known color: Medium Orchid. HEX triplet: BD, 6E and ED. RGB value is (189,110,237). Sum of RGB (Red+Green+Blue) = 189+110+237=536 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.26% from 536); Green value is 110 (43.36% from 255 or 20.52% from 536); Blue value is 237 (92.97% from 255 or 44.22% from 536); Max value from RGB is 237 - color contains mainly: blue. Hex color #BD6EED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD6EED is #429112. Grayscale: #939393. Windows color (decimal): -4362515 or 15560381. OLE color: 15560381.

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

Color convert

RGB 189 110 237 -
CMYK 0.20 0.54 0 0.07
HSL 277.32º 0.78% 0.68% -
HSV(B) 277.32º 0.54% 0.93% -
XYZ 41.85 28.09 83.34 -
YUV 148.1 178.17 157.17 -
System Red Green Blue C M Y K H S L
Decimal 189 110 237 0.20 0.54 0 0.07 277.32 0.78 0.68
Hex BD 6E ED 14 36 0 7 115 4E 44
Octal 275 156 355 24 66 0 7 425 116 104
Binary 10111101 1101110 11101101 10100 110110 0 111 100010101 1001110 1000100

Color Harmonies of #BD6EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6EED

Black with #BD6EED

Text Example


Text Example

White with #BD6EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6EED; }

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

 H1.HeaderClassName
 {
   color: #BD6EED;
 }
 .AnyTagClassName
 {
   color: #BD6EED;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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