Html Css Color HEX #BB79F2 Heliotrope

📋 copy color: '#BB79F2'

red 187 ◦ green 121 ◦ blue 242

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

Shades of Heliotrope #BB79F2

Tints of Heliotrope #BB79F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 44%

R = 34%
G = 22%
B = 44%

CMYK

 C value IS 0.23

 M value IS 0.50

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BB79F2 (or 0xBB79F2) is known color: Heliotrope. HEX triplet: BB, 79 and F2. RGB value is (187,121,242). Sum of RGB (Red+Green+Blue) = 187+121+242=550 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34% from 550); Green value is 121 (47.66% from 255 or 22% from 550); Blue value is 242 (94.92% from 255 or 44% from 550); Max value from RGB is 242 - color contains mainly: blue. Hex color #BB79F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB79F2 is #44860D. Grayscale: #9A9A9A. Windows color (decimal): -4490766 or 15890875. OLE color: 15890875.

HSL color Cylindrical-coordinate representation of color #BB79F2: hue angle of 272.73º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BB79F2 is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 187 121 242 -
CMYK 0.23 0.50 0 0.05
HSL 272.73º 0.82% 0.71% -
HSV(B) 272.73º 0.5% 0.95% -
XYZ 43.36 30.65 87.64 -
YUV 154.53 177.37 151.16 -
System Red Green Blue C M Y K H S L
Decimal 187 121 242 0.23 0.50 0 0.05 272.73 0.82 0.71
Hex BB 79 F2 17 32 0 5 111 52 47
Octal 273 171 362 27 62 0 5 421 122 107
Binary 10111011 1111001 11110010 10111 110010 0 101 100010001 1010010 1000111

Color Harmonies of #BB79F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB79F2

Black with #BB79F2

Text Example


Text Example

White with #BB79F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB79F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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