Html Css Color HEX #BF6EFB Heliotrope

📋 copy color: '#BF6EFB'

red 191 ◦ green 110 ◦ blue 251

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

Shades of Heliotrope #BF6EFB

Tints of Heliotrope #BF6EFB

RGB

 RED value IS 191 (75% from 255) = 34.6%

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

 BLUE value IS 251 (98.44% from 255) = 45.47%

R = 34.6%
G = 19.93%
B = 45.47%

CMYK

 C value IS 0.24

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BF6EFB (or 0xBF6EFB) is known color: Heliotrope. HEX triplet: BF, 6E and FB. RGB value is (191,110,251). Sum of RGB (Red+Green+Blue) = 191+110+251=552 (73% of max value = 765). Red value is 191 (75% from 255 or 34.60% from 552); Green value is 110 (43.36% from 255 or 19.93% from 552); Blue value is 251 (98.44% from 255 or 45.47% from 552); Max value from RGB is 251 - color contains mainly: blue. Hex color #BF6EFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF6EFB is #409104. Grayscale: #959595. Windows color (decimal): -4231429 or 16477887. OLE color: 16477887.

HSL color Cylindrical-coordinate representation of color #BF6EFB: hue angle of 274.47º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BF6EFB is Cyan = 0.24, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 191 110 251 -
CMYK 0.24 0.56 0 0.02
HSL 274.47º 0.95% 0.71% -
HSV(B) 274.47º 0.56% 0.98% -
XYZ 44.47 29.19 94.56 -
YUV 150.29 184.84 157.04 -
System Red Green Blue C M Y K H S L
Decimal 191 110 251 0.24 0.56 0 0.02 274.47 0.95 0.71
Hex BF 6E FB 18 38 0 2 112 5F 47
Octal 277 156 373 30 70 0 2 422 137 107
Binary 10111111 1101110 11111011 11000 111000 0 10 100010010 1011111 1000111

Color Harmonies of #BF6EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6EFB

Black with #BF6EFB

Text Example


Text Example

White with #BF6EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6EFB; }

 p { color: rgb(191,110,251); }

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

background-color css

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

 a { background-color: rgb(191,110,251); }

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

border-color css

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

 span { border-color: rgb(191,110,251); }

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