Html Css Color HEX #BD6EF1 Heliotrope

📋 copy color: '#BD6EF1'

red 189 ◦ green 110 ◦ blue 241

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

Shades of Heliotrope #BD6EF1

Tints of Heliotrope #BD6EF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 44.63%

R = 35%
G = 20.37%
B = 44.63%

CMYK

 C value IS 0.22

 M value IS 0.54

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BD6EF1 (or 0xBD6EF1) is known color: Heliotrope. HEX triplet: BD, 6E and F1. RGB value is (189,110,241). Sum of RGB (Red+Green+Blue) = 189+110+241=540 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35% from 540); Green value is 110 (43.36% from 255 or 20.37% from 540); Blue value is 241 (94.53% from 255 or 44.63% from 540); Max value from RGB is 241 - color contains mainly: blue. Hex color #BD6EF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD6EF1 is #42910E. Grayscale: #949494. Windows color (decimal): -4362511 or 15822525. OLE color: 15822525.

HSL color Cylindrical-coordinate representation of color #BD6EF1: hue angle of 276.18º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BD6EF1 is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 110 241 -
CMYK 0.22 0.54 0 0.05
HSL 276.18º 0.82% 0.69% -
HSV(B) 276.18º 0.54% 0.95% -
XYZ 42.44 28.32 86.45 -
YUV 148.56 180.17 156.85 -
System Red Green Blue C M Y K H S L
Decimal 189 110 241 0.22 0.54 0 0.05 276.18 0.82 0.69
Hex BD 6E F1 16 36 0 5 114 52 45
Octal 275 156 361 26 66 0 5 424 122 105
Binary 10111101 1101110 11110001 10110 110110 0 101 100010100 1010010 1000101

Color Harmonies of #BD6EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6EF1

Black with #BD6EF1

Text Example


Text Example

White with #BD6EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6EF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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