Html Css Color HEX #BF76F1 Heliotrope

📋 copy color: '#BF76F1'

red 191 ◦ green 118 ◦ blue 241

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

Shades of Heliotrope #BF76F1

Tints of Heliotrope #BF76F1

RGB

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

 GREEN value IS 118 (46.48% from 255) = 21.45%

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

R = 34.73%
G = 21.45%
B = 43.82%

CMYK

 C value IS 0.21

 M value IS 0.51

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BF76F1 (or 0xBF76F1) is known color: Heliotrope. HEX triplet: BF, 76 and F1. RGB value is (191,118,241). Sum of RGB (Red+Green+Blue) = 191+118+241=550 (72% of max value = 765). Red value is 191 (75% from 255 or 34.73% from 550); Green value is 118 (46.48% from 255 or 21.45% from 550); Blue value is 241 (94.53% from 255 or 43.82% from 550); Max value from RGB is 241 - color contains mainly: blue. Hex color #BF76F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF76F1 is #40890E. Grayscale: #999999. Windows color (decimal): -4229391 or 15824575. OLE color: 15824575.

HSL color Cylindrical-coordinate representation of color #BF76F1: hue angle of 275.61º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BF76F1 is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 191 118 241 -
CMYK 0.21 0.51 0 0.05
HSL 275.61º 0.81% 0.7% -
HSV(B) 275.61º 0.51% 0.95% -
XYZ 43.84 30.38 86.77 -
YUV 153.85 177.18 154.5 -
System Red Green Blue C M Y K H S L
Decimal 191 118 241 0.21 0.51 0 0.05 275.61 0.81 0.7
Hex BF 76 F1 15 33 0 5 114 51 46
Octal 277 166 361 25 63 0 5 424 121 106
Binary 10111111 1110110 11110001 10101 110011 0 101 100010100 1010001 1000110

Color Harmonies of #BF76F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF76F1

Black with #BF76F1

Text Example


Text Example

White with #BF76F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF76F1; }

 p { color: rgb(191,118,241); }

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

background-color css

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

 a { background-color: rgb(191,118,241); }

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

border-color css

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

 span { border-color: rgb(191,118,241); }

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