Html Css Color HEX #BF71FF Heliotrope

📋 copy color: '#BF71FF'

red 191 ◦ green 113 ◦ blue 255

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

Shades of Heliotrope #BF71FF

Tints of Heliotrope #BF71FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 45.62%

R = 34.17%
G = 20.21%
B = 45.62%

CMYK

 C value IS 0.25

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BF71FF (or 0xBF71FF) is known color: Heliotrope. HEX triplet: BF, 71 and FF. RGB value is (191,113,255). Sum of RGB (Red+Green+Blue) = 191+113+255=559 (74% of max value = 765). Red value is 191 (75% from 255 or 34.17% from 559); Green value is 113 (44.53% from 255 or 20.21% from 559); Blue value is 255 (100% from 255 or 45.62% from 559); Max value from RGB is 255 - color contains mainly: blue. Hex color #BF71FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF71FF is #408E00. Grayscale: #989898. Windows color (decimal): -4230657 or 16740799. OLE color: 16740799.

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

Color convert

RGB 191 113 255 -
CMYK 0.25 0.56 0 0
HSL 272.96º 1% 0.72% -
HSV(B) 272.96º 0.56% 1% -
XYZ 45.44 30.11 98.02 -
YUV 152.51 185.84 155.45 -
System Red Green Blue C M Y K H S L
Decimal 191 113 255 0.25 0.56 0 0 272.96 1 0.72
Hex BF 71 FF 19 38 0 0 111 64 48
Octal 277 161 377 31 70 0 0 421 144 110
Binary 10111111 1110001 11111111 11001 111000 0 0 100010001 1100100 1001000

Color Harmonies of #BF71FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF71FF

Black with #BF71FF

Text Example


Text Example

White with #BF71FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF71FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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