Html Css Color HEX #BD6EE9 Medium Orchid

📋 copy color: '#BD6EE9'

red 189 ◦ green 110 ◦ blue 233

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

Shades of Medium Orchid #BD6EE9

Tints of Medium Orchid #BD6EE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 43.8%

R = 35.53%
G = 20.68%
B = 43.8%

CMYK

 C value IS 0.19

 M value IS 0.53

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BD6EE9 (or 0xBD6EE9) is known color: Medium Orchid. HEX triplet: BD, 6E and E9. RGB value is (189,110,233). Sum of RGB (Red+Green+Blue) = 189+110+233=532 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.53% from 532); Green value is 110 (43.36% from 255 or 20.68% from 532); Blue value is 233 (91.41% from 255 or 43.80% from 532); Max value from RGB is 233 - color contains mainly: blue. Hex color #BD6EE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD6EE9 is #429116. Grayscale: #939393. Windows color (decimal): -4362519 or 15298237. OLE color: 15298237.

HSL color Cylindrical-coordinate representation of color #BD6EE9: hue angle of 278.54º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BD6EE9 is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 110 233 -
CMYK 0.19 0.53 0 0.09
HSL 278.54º 0.74% 0.67% -
HSV(B) 278.54º 0.53% 0.91% -
XYZ 41.27 27.85 80.29 -
YUV 147.64 176.17 157.5 -
System Red Green Blue C M Y K H S L
Decimal 189 110 233 0.19 0.53 0 0.09 278.54 0.74 0.67
Hex BD 6E E9 13 35 0 9 117 4A 43
Octal 275 156 351 23 65 0 11 427 112 103
Binary 10111101 1101110 11101001 10011 110101 0 1001 100010111 1001010 1000011

Color Harmonies of #BD6EE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6EE9

Black with #BD6EE9

Text Example


Text Example

White with #BD6EE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6EE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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