Html Css Color HEX #BF71F1 Heliotrope

📋 copy color: '#BF71F1'

red 191 ◦ green 113 ◦ blue 241

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

Shades of Heliotrope #BF71F1

Tints of Heliotrope #BF71F1

RGB

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

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

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

R = 35.05%
G = 20.73%
B = 44.22%

CMYK

 C value IS 0.21

 M value IS 0.53

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BF71F1 (or 0xBF71F1) is known color: Heliotrope. HEX triplet: BF, 71 and F1. RGB value is (191,113,241). Sum of RGB (Red+Green+Blue) = 191+113+241=545 (72% of max value = 765). Red value is 191 (75% from 255 or 35.05% from 545); Green value is 113 (44.53% from 255 or 20.73% from 545); Blue value is 241 (94.53% from 255 or 44.22% from 545); Max value from RGB is 241 - color contains mainly: blue. Hex color #BF71F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF71F1 is #408E0E. Grayscale: #969696. Windows color (decimal): -4230671 or 15823295. OLE color: 15823295.

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

Color convert

RGB 191 113 241 -
CMYK 0.21 0.53 0 0.05
HSL 276.56º 0.82% 0.69% -
HSV(B) 276.56º 0.53% 0.95% -
XYZ 43.27 29.24 86.58 -
YUV 150.91 178.84 156.59 -
System Red Green Blue C M Y K H S L
Decimal 191 113 241 0.21 0.53 0 0.05 276.56 0.82 0.69
Hex BF 71 F1 15 35 0 5 115 52 45
Octal 277 161 361 25 65 0 5 425 122 105
Binary 10111111 1110001 11110001 10101 110101 0 101 100010101 1010010 1000101

Color Harmonies of #BF71F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF71F1

Black with #BF71F1

Text Example


Text Example

White with #BF71F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF71F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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