Html Css Color HEX #BD6DE9 Medium Orchid

📋 copy color: '#BD6DE9'

red 189 ◦ green 109 ◦ blue 233

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

Shades of Medium Orchid #BD6DE9

Tints of Medium Orchid #BD6DE9

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.53%

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

R = 35.59%
G = 20.53%
B = 43.88%

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

#BD6DE9 (or 0xBD6DE9) is known color: Medium Orchid. HEX triplet: BD, 6D and E9. RGB value is (189,109,233). Sum of RGB (Red+Green+Blue) = 189+109+233=531 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.59% from 531); Green value is 109 (42.97% from 255 or 20.53% from 531); Blue value is 233 (91.41% from 255 or 43.88% from 531); Max value from RGB is 233 - color contains mainly: blue. Hex color #BD6DE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD6DE9 is #429216. Grayscale: #929292. Windows color (decimal): -4362775 or 15297981. OLE color: 15297981.

HSL color Cylindrical-coordinate representation of color #BD6DE9: hue angle of 278.71º 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 #BD6DE9 is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 109 233 -
CMYK 0.19 0.53 0 0.09
HSL 278.71º 0.74% 0.67% -
HSV(B) 278.71º 0.53% 0.91% -
XYZ 41.16 27.64 80.26 -
YUV 147.06 176.5 157.92 -
System Red Green Blue C M Y K H S L
Decimal 189 109 233 0.19 0.53 0 0.09 278.71 0.74 0.67
Hex BD 6D E9 13 35 0 9 117 4A 43
Octal 275 155 351 23 65 0 11 427 112 103
Binary 10111101 1101101 11101001 10011 110101 0 1001 100010111 1001010 1000011

Color Harmonies of #BD6DE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6DE9

Black with #BD6DE9

Text Example


Text Example

White with #BD6DE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6DE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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