Html Css Color HEX #BF71F2 Heliotrope

📋 copy color: '#BF71F2'

red 191 ◦ green 113 ◦ blue 242

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

Shades of Heliotrope #BF71F2

Tints of Heliotrope #BF71F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 44.32%

R = 34.98%
G = 20.7%
B = 44.32%

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

#BF71F2 (or 0xBF71F2) is known color: Heliotrope. HEX triplet: BF, 71 and F2. RGB value is (191,113,242). Sum of RGB (Red+Green+Blue) = 191+113+242=546 (72% of max value = 765). Red value is 191 (75% from 255 or 34.98% from 546); Green value is 113 (44.53% from 255 or 20.70% from 546); Blue value is 242 (94.92% from 255 or 44.32% from 546); Max value from RGB is 242 - color contains mainly: blue. Hex color #BF71F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF71F2 is #408E0D. Grayscale: #969696. Windows color (decimal): -4230670 or 15888831. OLE color: 15888831.

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

Color convert

RGB 191 113 242 -
CMYK 0.21 0.53 0 0.05
HSL 276.28º 0.83% 0.7% -
HSV(B) 276.28º 0.53% 0.95% -
XYZ 43.42 29.3 87.37 -
YUV 151.03 179.34 156.51 -
System Red Green Blue C M Y K H S L
Decimal 191 113 242 0.21 0.53 0 0.05 276.28 0.83 0.7
Hex BF 71 F2 15 35 0 5 114 53 46
Octal 277 161 362 25 65 0 5 424 123 106
Binary 10111111 1110001 11110010 10101 110101 0 101 100010100 1010011 1000110

Color Harmonies of #BF71F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF71F2

Black with #BF71F2

Text Example


Text Example

White with #BF71F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF71F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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