Html Css Color HEX #BF7EFB Heliotrope

📋 copy color: '#BF7EFB'

red 191 ◦ green 126 ◦ blue 251

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

Shades of Heliotrope #BF7EFB

Tints of Heliotrope #BF7EFB

RGB

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

 GREEN value IS 126 (49.61% from 255) = 22.18%

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

R = 33.63%
G = 22.18%
B = 44.19%

CMYK

 C value IS 0.24

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BF7EFB (or 0xBF7EFB) is known color: Heliotrope. HEX triplet: BF, 7E and FB. RGB value is (191,126,251). Sum of RGB (Red+Green+Blue) = 191+126+251=568 (75% of max value = 765). Red value is 191 (75% from 255 or 33.63% from 568); Green value is 126 (49.61% from 255 or 22.18% from 568); Blue value is 251 (98.44% from 255 or 44.19% from 568); Max value from RGB is 251 - color contains mainly: blue. Hex color #BF7EFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF7EFB is #408104. Grayscale: #9F9F9F. Windows color (decimal): -4227333 or 16481983. OLE color: 16481983.

HSL color Cylindrical-coordinate representation of color #BF7EFB: hue angle of 271.2º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BF7EFB is Cyan = 0.24, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 191 126 251 -
CMYK 0.24 0.50 0 0.02
HSL 271.2º 0.94% 0.74% -
HSV(B) 271.2º 0.5% 0.98% -
XYZ 46.36 32.96 95.19 -
YUV 159.69 179.53 150.34 -
System Red Green Blue C M Y K H S L
Decimal 191 126 251 0.24 0.50 0 0.02 271.2 0.94 0.74
Hex BF 7E FB 18 32 0 2 10F 5E 4A
Octal 277 176 373 30 62 0 2 417 136 112
Binary 10111111 1111110 11111011 11000 110010 0 10 100001111 1011110 1001010

Color Harmonies of #BF7EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7EFB

Black with #BF7EFB

Text Example


Text Example

White with #BF7EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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