Html Css Color HEX #BD6DE8 Medium Orchid

📋 copy color: '#BD6DE8'

red 189 ◦ green 109 ◦ blue 232

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

Shades of Medium Orchid #BD6DE8

Tints of Medium Orchid #BD6DE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 43.77%

R = 35.66%
G = 20.57%
B = 43.77%

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

#BD6DE8 (or 0xBD6DE8) is known color: Medium Orchid. HEX triplet: BD, 6D and E8. RGB value is (189,109,232). Sum of RGB (Red+Green+Blue) = 189+109+232=530 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.66% from 530); Green value is 109 (42.97% from 255 or 20.57% from 530); Blue value is 232 (91.02% from 255 or 43.77% from 530); Max value from RGB is 232 - color contains mainly: blue. Hex color #BD6DE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD6DE8 is #429217. Grayscale: #929292. Windows color (decimal): -4362776 or 15232445. OLE color: 15232445.

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

Color convert

RGB 189 109 232 -
CMYK 0.19 0.53 0 0.09
HSL 279.02º 0.73% 0.67% -
HSV(B) 279.02º 0.53% 0.91% -
XYZ 41.02 27.58 79.51 -
YUV 146.94 176 158 -
System Red Green Blue C M Y K H S L
Decimal 189 109 232 0.19 0.53 0 0.09 279.02 0.73 0.67
Hex BD 6D E8 13 35 0 9 117 49 43
Octal 275 155 350 23 65 0 11 427 111 103
Binary 10111101 1101101 11101000 10011 110101 0 1001 100010111 1001001 1000011

Color Harmonies of #BD6DE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6DE8

Black with #BD6DE8

Text Example


Text Example

White with #BD6DE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6DE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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