Html Css Color HEX #BF77FF Heliotrope

📋 copy color: '#BF77FF'

red 191 ◦ green 119 ◦ blue 255

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

Shades of Heliotrope #BF77FF

Tints of Heliotrope #BF77FF

RGB

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

 GREEN value IS 119 (46.88% from 255) = 21.06%

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

R = 33.81%
G = 21.06%
B = 45.13%

CMYK

 C value IS 0.25

 M value IS 0.53

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BF77FF (or 0xBF77FF) is known color: Heliotrope. HEX triplet: BF, 77 and FF. RGB value is (191,119,255). Sum of RGB (Red+Green+Blue) = 191+119+255=565 (74% of max value = 765). Red value is 191 (75% from 255 or 33.81% from 565); Green value is 119 (46.88% from 255 or 21.06% from 565); Blue value is 255 (100% from 255 or 45.13% from 565); Max value from RGB is 255 - color contains mainly: blue. Hex color #BF77FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF77FF is #408800. Grayscale: #9B9B9B. Windows color (decimal): -4229121 or 16742335. OLE color: 16742335.

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

Color convert

RGB 191 119 255 -
CMYK 0.25 0.53 0 0
HSL 271.76º 1% 0.73% -
HSV(B) 271.76º 0.53% 1% -
XYZ 46.13 31.49 98.25 -
YUV 156.03 183.85 152.94 -
System Red Green Blue C M Y K H S L
Decimal 191 119 255 0.25 0.53 0 0 271.76 1 0.73
Hex BF 77 FF 19 35 0 0 110 64 49
Octal 277 167 377 31 65 0 0 420 144 111
Binary 10111111 1110111 11111111 11001 110101 0 0 100010000 1100100 1001001

Color Harmonies of #BF77FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF77FF

Black with #BF77FF

Text Example


Text Example

White with #BF77FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF77FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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