Html Css Color HEX #BB025D Jazzberry Jam

📋 copy color: '#BB025D'

red 187 ◦ green 2 ◦ blue 93

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

Shades of Jazzberry Jam #BB025D

Tints of Jazzberry Jam #BB025D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 32.98%

R = 66.31%
G = 0.71%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#BB025D (or 0xBB025D) is known color: Jazzberry Jam. HEX triplet: BB, 02 and 5D. RGB value is (187,2,93). Sum of RGB (Red+Green+Blue) = 187+2+93=282 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.31% from 282); Green value is 2 (1.17% from 255 or 0.71% from 282); Blue value is 93 (36.72% from 255 or 32.98% from 282); Max value from RGB is 187 - color contains mainly: red. Hex color #BB025D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB025D is #44FDA2. Grayscale: #434343. Windows color (decimal): -4521379 or 6095547. OLE color: 6095547.

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

Color convert

RGB 187 2 93 -
CMYK 0 0.99 0.50 0.27
HSL 330.49º 0.98% 0.37% -
HSV(B) 330.49º 0.99% 0.73% -
XYZ 22.49 11.4 11.37 -
YUV 67.69 142.29 213.1 -
System Red Green Blue C M Y K H S L
Decimal 187 2 93 0 0.99 0.50 0.27 330.49 0.98 0.37
Hex BB 2 5D 0 63 32 1B 14A 62 25
Octal 273 2 135 0 143 62 33 512 142 45
Binary 10111011 10 1011101 0 1100011 110010 11011 101001010 1100010 100101

Color Harmonies of #BB025D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB025D

Black with #BB025D

Text Example


Text Example

White with #BB025D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB025D; }

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

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

background-color css

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

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

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

border-color css

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

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

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