Html Css Color HEX #BD6FEF Heliotrope

📋 copy color: '#BD6FEF'

red 189 ◦ green 111 ◦ blue 239

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

Shades of Heliotrope #BD6FEF

Tints of Heliotrope #BD6FEF

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.59%

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

R = 35.06%
G = 20.59%
B = 44.34%

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

#BD6FEF (or 0xBD6FEF) is known color: Heliotrope. HEX triplet: BD, 6F and EF. RGB value is (189,111,239). Sum of RGB (Red+Green+Blue) = 189+111+239=539 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.06% from 539); Green value is 111 (43.75% from 255 or 20.59% from 539); Blue value is 239 (93.75% from 255 or 44.34% from 539); Max value from RGB is 239 - color contains mainly: blue. Hex color #BD6FEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD6FEF is #429010. Grayscale: #949494. Windows color (decimal): -4362257 or 15691709. OLE color: 15691709.

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

Color convert

RGB 189 111 239 -
CMYK 0.21 0.54 0 0.06
HSL 276.56º 0.8% 0.69% -
HSV(B) 276.56º 0.54% 0.94% -
XYZ 42.25 28.42 84.92 -
YUV 148.91 178.84 156.59 -
System Red Green Blue C M Y K H S L
Decimal 189 111 239 0.21 0.54 0 0.06 276.56 0.8 0.69
Hex BD 6F EF 15 36 0 6 115 50 45
Octal 275 157 357 25 66 0 6 425 120 105
Binary 10111101 1101111 11101111 10101 110110 0 110 100010101 1010000 1000101

Color Harmonies of #BD6FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6FEF

Black with #BD6FEF

Text Example


Text Example

White with #BD6FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6FEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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