Html Css Color HEX #BF76F8 Heliotrope

📋 copy color: '#BF76F8'

red 191 ◦ green 118 ◦ blue 248

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

Shades of Heliotrope #BF76F8

Tints of Heliotrope #BF76F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 44.52%

R = 34.29%
G = 21.18%
B = 44.52%

CMYK

 C value IS 0.23

 M value IS 0.52

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BF76F8 (or 0xBF76F8) is known color: Heliotrope. HEX triplet: BF, 76 and F8. RGB value is (191,118,248). Sum of RGB (Red+Green+Blue) = 191+118+248=557 (73% of max value = 765). Red value is 191 (75% from 255 or 34.29% from 557); Green value is 118 (46.48% from 255 or 21.18% from 557); Blue value is 248 (97.27% from 255 or 44.52% from 557); Max value from RGB is 248 - color contains mainly: blue. Hex color #BF76F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF76F8 is #408907. Grayscale: #9A9A9A. Windows color (decimal): -4229384 or 16283327. OLE color: 16283327.

HSL color Cylindrical-coordinate representation of color #BF76F8: hue angle of 273.69º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BF76F8 is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 191 118 248 -
CMYK 0.23 0.52 0 0.03
HSL 273.69º 0.9% 0.72% -
HSV(B) 273.69º 0.52% 0.97% -
XYZ 44.91 30.81 92.39 -
YUV 154.65 180.68 153.93 -
System Red Green Blue C M Y K H S L
Decimal 191 118 248 0.23 0.52 0 0.03 273.69 0.9 0.72
Hex BF 76 F8 17 34 0 3 112 5A 48
Octal 277 166 370 27 64 0 3 422 132 110
Binary 10111111 1110110 11111000 10111 110100 0 11 100010010 1011010 1001000

Color Harmonies of #BF76F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF76F8

Black with #BF76F8

Text Example


Text Example

White with #BF76F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF76F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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