Html Css Color HEX #BF71FE Heliotrope

📋 copy color: '#BF71FE'

red 191 ◦ green 113 ◦ blue 254

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

Shades of Heliotrope #BF71FE

Tints of Heliotrope #BF71FE

RGB

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

 GREEN value IS 113 (44.53% from 255) = 20.25%

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

R = 34.23%
G = 20.25%
B = 45.52%

CMYK

 C value IS 0.25

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BF71FE (or 0xBF71FE) is known color: Heliotrope. HEX triplet: BF, 71 and FE. RGB value is (191,113,254). Sum of RGB (Red+Green+Blue) = 191+113+254=558 (73% of max value = 765). Red value is 191 (75% from 255 or 34.23% from 558); Green value is 113 (44.53% from 255 or 20.25% from 558); Blue value is 254 (99.61% from 255 or 45.52% from 558); Max value from RGB is 254 - color contains mainly: blue. Hex color #BF71FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF71FE is #408E01. Grayscale: #979797. Windows color (decimal): -4230658 or 16675263. OLE color: 16675263.

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

Color convert

RGB 191 113 254 -
CMYK 0.25 0.56 0 0.00
HSL 273.19º 0.99% 0.72% -
HSV(B) 273.19º 0.56% 1% -
XYZ 45.28 30.04 97.18 -
YUV 152.4 185.34 155.54 -
System Red Green Blue C M Y K H S L
Decimal 191 113 254 0.25 0.56 0 0.00 273.19 0.99 0.72
Hex BF 71 FE 19 38 0 0 111 63 48
Octal 277 161 376 31 70 0 0 421 143 110
Binary 10111111 1110001 11111110 11001 111000 0 0 100010001 1100011 1001000

Color Harmonies of #BF71FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF71FE

Black with #BF71FE

Text Example


Text Example

White with #BF71FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF71FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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