Html Css Color HEX #BF71F0 Heliotrope

📋 copy color: '#BF71F0'

red 191 ◦ green 113 ◦ blue 240

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

Shades of Heliotrope #BF71F0

Tints of Heliotrope #BF71F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 44.12%

R = 35.11%
G = 20.77%
B = 44.12%

CMYK

 C value IS 0.20

 M value IS 0.53

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BF71F0 (or 0xBF71F0) is known color: Heliotrope. HEX triplet: BF, 71 and F0. RGB value is (191,113,240). Sum of RGB (Red+Green+Blue) = 191+113+240=544 (72% of max value = 765). Red value is 191 (75% from 255 or 35.11% from 544); Green value is 113 (44.53% from 255 or 20.77% from 544); Blue value is 240 (94.14% from 255 or 44.12% from 544); Max value from RGB is 240 - color contains mainly: blue. Hex color #BF71F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF71F0 is #408E0F. Grayscale: #969696. Windows color (decimal): -4230672 or 15757759. OLE color: 15757759.

HSL color Cylindrical-coordinate representation of color #BF71F0: hue angle of 276.85º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BF71F0 is Cyan = 0.20, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 191 113 240 -
CMYK 0.20 0.53 0 0.06
HSL 276.85º 0.81% 0.69% -
HSV(B) 276.85º 0.53% 0.94% -
XYZ 43.12 29.18 85.8 -
YUV 150.8 178.34 156.67 -
System Red Green Blue C M Y K H S L
Decimal 191 113 240 0.20 0.53 0 0.06 276.85 0.81 0.69
Hex BF 71 F0 14 35 0 6 115 51 45
Octal 277 161 360 24 65 0 6 425 121 105
Binary 10111111 1110001 11110000 10100 110101 0 110 100010101 1010001 1000101

Color Harmonies of #BF71F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF71F0

Black with #BF71F0

Text Example


Text Example

White with #BF71F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF71F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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