Html Css Color HEX #BB77F1 Heliotrope

📋 copy color: '#BB77F1'

red 187 ◦ green 119 ◦ blue 241

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

Shades of Heliotrope #BB77F1

Tints of Heliotrope #BB77F1

RGB

 RED value IS 187 (73.44% from 255) = 34.19%

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

 BLUE value IS 241 (94.53% from 255) = 44.06%

R = 34.19%
G = 21.76%
B = 44.06%

CMYK

 C value IS 0.22

 M value IS 0.51

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BB77F1 (or 0xBB77F1) is known color: Heliotrope. HEX triplet: BB, 77 and F1. RGB value is (187,119,241). Sum of RGB (Red+Green+Blue) = 187+119+241=547 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.19% from 547); Green value is 119 (46.88% from 255 or 21.76% from 547); Blue value is 241 (94.53% from 255 or 44.06% from 547); Max value from RGB is 241 - color contains mainly: blue. Hex color #BB77F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB77F1 is #44880E. Grayscale: #989898. Windows color (decimal): -4491279 or 15824827. OLE color: 15824827.

HSL color Cylindrical-coordinate representation of color #BB77F1: hue angle of 273.44º degrees, saturation: 0.81, 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 #BB77F1 is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 187 119 241 -
CMYK 0.22 0.51 0 0.05
HSL 273.44º 0.81% 0.71% -
HSV(B) 273.44º 0.51% 0.95% -
XYZ 42.97 30.11 86.77 -
YUV 153.24 177.53 152.08 -
System Red Green Blue C M Y K H S L
Decimal 187 119 241 0.22 0.51 0 0.05 273.44 0.81 0.71
Hex BB 77 F1 16 33 0 5 111 51 47
Octal 273 167 361 26 63 0 5 421 121 107
Binary 10111011 1110111 11110001 10110 110011 0 101 100010001 1010001 1000111

Color Harmonies of #BB77F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB77F1

Black with #BB77F1

Text Example


Text Example

White with #BB77F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB77F1; }

 p { color: rgb(187,119,241); }

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

background-color css

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

 a { background-color: rgb(187,119,241); }

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

border-color css

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

 span { border-color: rgb(187,119,241); }

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