Html Css Color HEX #BF77F9 Heliotrope

📋 copy color: '#BF77F9'

red 191 ◦ green 119 ◦ blue 249

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

Shades of Heliotrope #BF77F9

Tints of Heliotrope #BF77F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 44.54%

R = 34.17%
G = 21.29%
B = 44.54%

CMYK

 C value IS 0.23

 M value IS 0.52

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BF77F9 (or 0xBF77F9) is known color: Heliotrope. HEX triplet: BF, 77 and F9. RGB value is (191,119,249). Sum of RGB (Red+Green+Blue) = 191+119+249=559 (74% of max value = 765). Red value is 191 (75% from 255 or 34.17% from 559); Green value is 119 (46.88% from 255 or 21.29% from 559); Blue value is 249 (97.66% from 255 or 44.54% from 559); Max value from RGB is 249 - color contains mainly: blue. Hex color #BF77F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF77F9 is #408806. Grayscale: #9A9A9A. Windows color (decimal): -4229127 or 16349119. OLE color: 16349119.

HSL color Cylindrical-coordinate representation of color #BF77F9: hue angle of 273.23º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BF77F9 is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 191 119 249 -
CMYK 0.23 0.52 0 0.02
HSL 273.23º 0.92% 0.72% -
HSV(B) 273.23º 0.52% 0.98% -
XYZ 45.18 31.11 93.25 -
YUV 155.35 180.85 153.43 -
System Red Green Blue C M Y K H S L
Decimal 191 119 249 0.23 0.52 0 0.02 273.23 0.92 0.72
Hex BF 77 F9 17 34 0 2 111 5C 48
Octal 277 167 371 27 64 0 2 421 134 110
Binary 10111111 1110111 11111001 10111 110100 0 10 100010001 1011100 1001000

Color Harmonies of #BF77F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF77F9

Black with #BF77F9

Text Example


Text Example

White with #BF77F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF77F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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