Html Css Color HEX #BB79FA Heliotrope

📋 copy color: '#BB79FA'

red 187 ◦ green 121 ◦ blue 250

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

Shades of Heliotrope #BB79FA

Tints of Heliotrope #BB79FA

RGB

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

 GREEN value IS 121 (47.66% from 255) = 21.68%

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

R = 33.51%
G = 21.68%
B = 44.8%

CMYK

 C value IS 0.25

 M value IS 0.52

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BB79FA (or 0xBB79FA) is known color: Heliotrope. HEX triplet: BB, 79 and FA. RGB value is (187,121,250). Sum of RGB (Red+Green+Blue) = 187+121+250=558 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.51% from 558); Green value is 121 (47.66% from 255 or 21.68% from 558); Blue value is 250 (98.05% from 255 or 44.80% from 558); Max value from RGB is 250 - color contains mainly: blue. Hex color #BB79FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB79FA is #448605. Grayscale: #9A9A9A. Windows color (decimal): -4490758 or 16415163. OLE color: 16415163.

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

Color convert

RGB 187 121 250 -
CMYK 0.25 0.52 0 0.02
HSL 270.7º 0.93% 0.73% -
HSV(B) 270.7º 0.52% 0.98% -
XYZ 44.59 31.14 94.1 -
YUV 155.44 181.37 150.51 -
System Red Green Blue C M Y K H S L
Decimal 187 121 250 0.25 0.52 0 0.02 270.7 0.93 0.73
Hex BB 79 FA 19 34 0 2 10F 5D 49
Octal 273 171 372 31 64 0 2 417 135 111
Binary 10111011 1111001 11111010 11001 110100 0 10 100001111 1011101 1001001

Color Harmonies of #BB79FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB79FA

Black with #BB79FA

Text Example


Text Example

White with #BB79FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB79FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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