Html Css Color HEX #BB76FD Heliotrope

📋 copy color: '#BB76FD'

red 187 ◦ green 118 ◦ blue 253

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

Shades of Heliotrope #BB76FD

Tints of Heliotrope #BB76FD

RGB

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

 GREEN value IS 118 (46.48% from 255) = 21.15%

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

R = 33.51%
G = 21.15%
B = 45.34%

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

#BB76FD (or 0xBB76FD) is known color: Heliotrope. HEX triplet: BB, 76 and FD. RGB value is (187,118,253). Sum of RGB (Red+Green+Blue) = 187+118+253=558 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.51% from 558); Green value is 118 (46.48% from 255 or 21.15% from 558); Blue value is 253 (99.22% from 255 or 45.34% from 558); Max value from RGB is 253 - color contains mainly: blue. Hex color #BB76FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB76FD is #448902. Grayscale: #999999. Windows color (decimal): -4491523 or 16611003. OLE color: 16611003.

HSL color Cylindrical-coordinate representation of color #BB76FD: hue angle of 270.67º 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 #BB76FD is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 187 118 253 -
CMYK 0.26 0.53 0 0.01
HSL 270.67º 0.97% 0.73% -
HSV(B) 270.67º 0.53% 0.99% -
XYZ 44.7 30.61 96.48 -
YUV 154.02 183.86 151.52 -
System Red Green Blue C M Y K H S L
Decimal 187 118 253 0.26 0.53 0 0.01 270.67 0.97 0.73
Hex BB 76 FD 1A 35 0 1 10F 61 49
Octal 273 166 375 32 65 0 1 417 141 111
Binary 10111011 1110110 11111101 11010 110101 0 1 100001111 1100001 1001001

Color Harmonies of #BB76FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB76FD

Black with #BB76FD

Text Example


Text Example

White with #BB76FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB76FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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