Html Css Color HEX #BB77FD Heliotrope

📋 copy color: '#BB77FD'

red 187 ◦ green 119 ◦ blue 253

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

Shades of Heliotrope #BB77FD

Tints of Heliotrope #BB77FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 45.26%

R = 33.45%
G = 21.29%
B = 45.26%

CMYK

 C value IS 0.26

 M value IS 0.53

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BB77FD (or 0xBB77FD) is known color: Heliotrope. HEX triplet: BB, 77 and FD. RGB value is (187,119,253). Sum of RGB (Red+Green+Blue) = 187+119+253=559 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.45% from 559); Green value is 119 (46.88% from 255 or 21.29% from 559); Blue value is 253 (99.22% from 255 or 45.26% from 559); Max value from RGB is 253 - color contains mainly: blue. Hex color #BB77FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB77FD is #448802. Grayscale: #9A9A9A. Windows color (decimal): -4491267 or 16611259. OLE color: 16611259.

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

Color convert

RGB 187 119 253 -
CMYK 0.26 0.53 0 0.01
HSL 270.45º 0.97% 0.73% -
HSV(B) 270.45º 0.53% 0.99% -
XYZ 44.82 30.85 96.52 -
YUV 154.61 183.53 151.1 -
System Red Green Blue C M Y K H S L
Decimal 187 119 253 0.26 0.53 0 0.01 270.45 0.97 0.73
Hex BB 77 FD 1A 35 0 1 10E 61 49
Octal 273 167 375 32 65 0 1 416 141 111
Binary 10111011 1110111 11111101 11010 110101 0 1 100001110 1100001 1001001

Color Harmonies of #BB77FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB77FD

Black with #BB77FD

Text Example


Text Example

White with #BB77FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB77FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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