Html Css Color HEX #BF5EFB Heliotrope

📋 copy color: '#BF5EFB'

red 191 ◦ green 94 ◦ blue 251

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

Shades of Heliotrope #BF5EFB

Tints of Heliotrope #BF5EFB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 17.54%

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

R = 35.63%
G = 17.54%
B = 46.83%

CMYK

 C value IS 0.24

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BF5EFB (or 0xBF5EFB) is known color: Heliotrope. HEX triplet: BF, 5E and FB. RGB value is (191,94,251). Sum of RGB (Red+Green+Blue) = 191+94+251=536 (70% of max value = 765). Red value is 191 (75% from 255 or 35.63% from 536); Green value is 94 (37.11% from 255 or 17.54% from 536); Blue value is 251 (98.44% from 255 or 46.83% from 536); Max value from RGB is 251 - color contains mainly: blue. Hex color #BF5EFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF5EFB is #40A104. Grayscale: #8C8C8C. Windows color (decimal): -4235525 or 16473791. OLE color: 16473791.

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

Color convert

RGB 191 94 251 -
CMYK 0.24 0.63 0 0.02
HSL 277.07º 0.95% 0.68% -
HSV(B) 277.07º 0.63% 0.98% -
XYZ 42.9 26.05 94.03 -
YUV 140.9 190.14 163.73 -
System Red Green Blue C M Y K H S L
Decimal 191 94 251 0.24 0.63 0 0.02 277.07 0.95 0.68
Hex BF 5E FB 18 3F 0 2 115 5F 44
Octal 277 136 373 30 77 0 2 425 137 104
Binary 10111111 1011110 11111011 11000 111111 0 10 100010101 1011111 1000100

Color Harmonies of #BF5EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5EFB

Black with #BF5EFB

Text Example


Text Example

White with #BF5EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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