Html Css Color HEX #BB026D Jazzberry Jam

📋 copy color: '#BB026D'

red 187 ◦ green 2 ◦ blue 109

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

Shades of Jazzberry Jam #BB026D

Tints of Jazzberry Jam #BB026D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 36.58%

R = 62.75%
G = 0.67%
B = 36.58%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#BB026D (or 0xBB026D) is known color: Jazzberry Jam. HEX triplet: BB, 02 and 6D. RGB value is (187,2,109). Sum of RGB (Red+Green+Blue) = 187+2+109=298 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.75% from 298); Green value is 2 (1.17% from 255 or 0.67% from 298); Blue value is 109 (42.97% from 255 or 36.58% from 298); Max value from RGB is 187 - color contains mainly: red. Hex color #BB026D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB026D is #44FD92. Grayscale: #454545. Windows color (decimal): -4521363 or 7144123. OLE color: 7144123.

HSL color Cylindrical-coordinate representation of color #BB026D: hue angle of 325.3º 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 #BB026D is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 2 109 -
CMYK 0 0.99 0.42 0.27
HSL 325.3º 0.98% 0.37% -
HSV(B) 325.3º 0.99% 0.73% -
XYZ 23.28 11.71 15.5 -
YUV 69.51 150.29 211.8 -
System Red Green Blue C M Y K H S L
Decimal 187 2 109 0 0.99 0.42 0.27 325.3 0.98 0.37
Hex BB 2 6D 0 63 2A 1B 145 62 25
Octal 273 2 155 0 143 52 33 505 142 45
Binary 10111011 10 1101101 0 1100011 101010 11011 101000101 1100010 100101

Color Harmonies of #BB026D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB026D

Black with #BB026D

Text Example


Text Example

White with #BB026D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB026D; }

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

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

background-color css

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

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

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

border-color css

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

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

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