Html Css Color HEX #BB026F Jazzberry Jam

📋 copy color: '#BB026F'

red 187 ◦ green 2 ◦ blue 111

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

Shades of Jazzberry Jam #BB026F

Tints of Jazzberry Jam #BB026F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.67%

 BLUE value IS 111 (43.75% from 255) = 37%

R = 62.33%
G = 0.67%
B = 37%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BB026F (or 0xBB026F) is known color: Jazzberry Jam. HEX triplet: BB, 02 and 6F. RGB value is (187,2,111). Sum of RGB (Red+Green+Blue) = 187+2+111=300 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.33% from 300); Green value is 2 (1.17% from 255 or 0.67% from 300); Blue value is 111 (43.75% from 255 or 37% from 300); Max value from RGB is 187 - color contains mainly: red. Hex color #BB026F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB026F is #44FD90. Grayscale: #454545. Windows color (decimal): -4521361 or 7275195. OLE color: 7275195.

HSL color Cylindrical-coordinate representation of color #BB026F: hue angle of 324.65º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BB026F is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 2 111 -
CMYK 0 0.99 0.41 0.27
HSL 324.65º 0.98% 0.37% -
HSV(B) 324.65º 0.99% 0.73% -
XYZ 23.38 11.76 16.08 -
YUV 69.74 151.29 211.64 -
System Red Green Blue C M Y K H S L
Decimal 187 2 111 0 0.99 0.41 0.27 324.65 0.98 0.37
Hex BB 2 6F 0 63 29 1B 145 62 25
Octal 273 2 157 0 143 51 33 505 142 45
Binary 10111011 10 1101111 0 1100011 101001 11011 101000101 1100010 100101

Color Harmonies of #BB026F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB026F

Black with #BB026F

Text Example


Text Example

White with #BB026F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB026F; }

 p { color: rgb(187,2,111); }

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

background-color css

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

 a { background-color: rgb(187,2,111); }

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

border-color css

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

 span { border-color: rgb(187,2,111); }

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