Html Css Color HEX #BB80F9 Heliotrope

📋 copy color: '#BB80F9'

red 187 ◦ green 128 ◦ blue 249

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

Shades of Heliotrope #BB80F9

Tints of Heliotrope #BB80F9

RGB

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

 GREEN value IS 128 (50.39% from 255) = 22.7%

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

R = 33.16%
G = 22.7%
B = 44.15%

CMYK

 C value IS 0.25

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BB80F9 (or 0xBB80F9) is known color: Heliotrope. HEX triplet: BB, 80 and F9. RGB value is (187,128,249). Sum of RGB (Red+Green+Blue) = 187+128+249=564 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.16% from 564); Green value is 128 (50.39% from 255 or 22.70% from 564); Blue value is 249 (97.66% from 255 or 44.15% from 564); Max value from RGB is 249 - color contains mainly: blue. Hex color #BB80F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB80F9 is #447F06. Grayscale: #9F9F9F. Windows color (decimal): -4488967 or 16351419. OLE color: 16351419.

HSL color Cylindrical-coordinate representation of color #BB80F9: hue angle of 269.26º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BB80F9 is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 128 249 -
CMYK 0.25 0.49 0 0.02
HSL 269.26º 0.91% 0.74% -
HSV(B) 269.26º 0.49% 0.98% -
XYZ 45.31 32.84 93.57 -
YUV 159.44 178.55 147.66 -
System Red Green Blue C M Y K H S L
Decimal 187 128 249 0.25 0.49 0 0.02 269.26 0.91 0.74
Hex BB 80 F9 19 31 0 2 10D 5B 4A
Octal 273 200 371 31 61 0 2 415 133 112
Binary 10111011 10000000 11111001 11001 110001 0 10 100001101 1011011 1001010

Color Harmonies of #BB80F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB80F9

Black with #BB80F9

Text Example


Text Example

White with #BB80F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB80F9; }

 p { color: rgb(187,128,249); }

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

background-color css

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

 a { background-color: rgb(187,128,249); }

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

border-color css

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

 span { border-color: rgb(187,128,249); }

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