Html Css Color HEX #BD6EEF Heliotrope

📋 copy color: '#BD6EEF'

red 189 ◦ green 110 ◦ blue 239

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

Shades of Heliotrope #BD6EEF

Tints of Heliotrope #BD6EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 44.42%

R = 35.13%
G = 20.45%
B = 44.42%

CMYK

 C value IS 0.21

 M value IS 0.54

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BD6EEF (or 0xBD6EEF) is known color: Heliotrope. HEX triplet: BD, 6E and EF. RGB value is (189,110,239). Sum of RGB (Red+Green+Blue) = 189+110+239=538 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.13% from 538); Green value is 110 (43.36% from 255 or 20.45% from 538); Blue value is 239 (93.75% from 255 or 44.42% from 538); Max value from RGB is 239 - color contains mainly: blue. Hex color #BD6EEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD6EEF is #429110. Grayscale: #939393. Windows color (decimal): -4362513 or 15691453. OLE color: 15691453.

HSL color Cylindrical-coordinate representation of color #BD6EEF: hue angle of 276.74º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BD6EEF is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 110 239 -
CMYK 0.21 0.54 0 0.06
HSL 276.74º 0.8% 0.68% -
HSV(B) 276.74º 0.54% 0.94% -
XYZ 42.14 28.2 84.88 -
YUV 148.33 179.17 157.01 -
System Red Green Blue C M Y K H S L
Decimal 189 110 239 0.21 0.54 0 0.06 276.74 0.8 0.68
Hex BD 6E EF 15 36 0 6 115 50 44
Octal 275 156 357 25 66 0 6 425 120 104
Binary 10111101 1101110 11101111 10101 110110 0 110 100010101 1010000 1000100

Color Harmonies of #BD6EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6EEF

Black with #BD6EEF

Text Example


Text Example

White with #BD6EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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