Html Css Color HEX #BB80FA Heliotrope

📋 copy color: '#BB80FA'

red 187 ◦ green 128 ◦ blue 250

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

Shades of Heliotrope #BB80FA

Tints of Heliotrope #BB80FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 44.25%

R = 33.1%
G = 22.65%
B = 44.25%

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

#BB80FA (or 0xBB80FA) is known color: Heliotrope. HEX triplet: BB, 80 and FA. RGB value is (187,128,250). Sum of RGB (Red+Green+Blue) = 187+128+250=565 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.10% from 565); Green value is 128 (50.39% from 255 or 22.65% from 565); Blue value is 250 (98.05% from 255 or 44.25% from 565); Max value from RGB is 250 - color contains mainly: blue. Hex color #BB80FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB80FA is #447F05. Grayscale: #9F9F9F. Windows color (decimal): -4488966 or 16416955. OLE color: 16416955.

HSL color Cylindrical-coordinate representation of color #BB80FA: hue angle of 269.02º degrees, saturation: 0.92, 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 #BB80FA is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 128 250 -
CMYK 0.25 0.49 0 0.02
HSL 269.02º 0.92% 0.74% -
HSV(B) 269.02º 0.49% 0.98% -
XYZ 45.47 32.91 94.4 -
YUV 159.55 179.05 147.58 -
System Red Green Blue C M Y K H S L
Decimal 187 128 250 0.25 0.49 0 0.02 269.02 0.92 0.74
Hex BB 80 FA 19 31 0 2 10D 5C 4A
Octal 273 200 372 31 61 0 2 415 134 112
Binary 10111011 10000000 11111010 11001 110001 0 10 100001101 1011100 1001010

Color Harmonies of #BB80FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB80FA

Black with #BB80FA

Text Example


Text Example

White with #BB80FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB80FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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