Html Css Color HEX #BF77F3 Heliotrope

📋 copy color: '#BF77F3'

red 191 ◦ green 119 ◦ blue 243

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

Shades of Heliotrope #BF77F3

Tints of Heliotrope #BF77F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 43.94%

R = 34.54%
G = 21.52%
B = 43.94%

CMYK

 C value IS 0.21

 M value IS 0.51

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BF77F3 (or 0xBF77F3) is known color: Heliotrope. HEX triplet: BF, 77 and F3. RGB value is (191,119,243). Sum of RGB (Red+Green+Blue) = 191+119+243=553 (73% of max value = 765). Red value is 191 (75% from 255 or 34.54% from 553); Green value is 119 (46.88% from 255 or 21.52% from 553); Blue value is 243 (95.31% from 255 or 43.94% from 553); Max value from RGB is 243 - color contains mainly: blue. Hex color #BF77F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF77F3 is #40880C. Grayscale: #9A9A9A. Windows color (decimal): -4229133 or 15955903. OLE color: 15955903.

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

Color convert

RGB 191 119 243 -
CMYK 0.21 0.51 0 0.05
HSL 274.84º 0.84% 0.71% -
HSV(B) 274.84º 0.51% 0.95% -
XYZ 44.26 30.74 88.39 -
YUV 154.66 177.85 153.92 -
System Red Green Blue C M Y K H S L
Decimal 191 119 243 0.21 0.51 0 0.05 274.84 0.84 0.71
Hex BF 77 F3 15 33 0 5 113 54 47
Octal 277 167 363 25 63 0 5 423 124 107
Binary 10111111 1110111 11110011 10101 110011 0 101 100010011 1010100 1000111

Color Harmonies of #BF77F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF77F3

Black with #BF77F3

Text Example


Text Example

White with #BF77F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF77F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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