Html Css Color HEX #BF76FE Heliotrope

📋 copy color: '#BF76FE'

red 191 ◦ green 118 ◦ blue 254

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

Shades of Heliotrope #BF76FE

Tints of Heliotrope #BF76FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 45.12%

R = 33.93%
G = 20.96%
B = 45.12%

CMYK

 C value IS 0.25

 M value IS 0.54

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BF76FE (or 0xBF76FE) is known color: Heliotrope. HEX triplet: BF, 76 and FE. RGB value is (191,118,254). Sum of RGB (Red+Green+Blue) = 191+118+254=563 (74% of max value = 765). Red value is 191 (75% from 255 or 33.93% from 563); Green value is 118 (46.48% from 255 or 20.96% from 563); Blue value is 254 (99.61% from 255 or 45.12% from 563); Max value from RGB is 254 - color contains mainly: blue. Hex color #BF76FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF76FE is #408901. Grayscale: #9A9A9A. Windows color (decimal): -4229378 or 16676543. OLE color: 16676543.

HSL color Cylindrical-coordinate representation of color #BF76FE: hue angle of 272.21º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BF76FE is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 191 118 254 -
CMYK 0.25 0.54 0 0.00
HSL 272.21º 0.99% 0.73% -
HSV(B) 272.21º 0.54% 1% -
XYZ 45.85 31.19 97.37 -
YUV 155.33 183.68 153.44 -
System Red Green Blue C M Y K H S L
Decimal 191 118 254 0.25 0.54 0 0.00 272.21 0.99 0.73
Hex BF 76 FE 19 36 0 0 110 63 49
Octal 277 166 376 31 66 0 0 420 143 111
Binary 10111111 1110110 11111110 11001 110110 0 0 100010000 1100011 1001001

Color Harmonies of #BF76FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF76FE

Black with #BF76FE

Text Example


Text Example

White with #BF76FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF76FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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