Html Css Color HEX #BB015F Jazzberry Jam

📋 copy color: '#BB015F'

red 187 ◦ green 1 ◦ blue 95

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

Shades of Jazzberry Jam #BB015F

Tints of Jazzberry Jam #BB015F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.35%

 BLUE value IS 95 (37.5% from 255) = 33.57%

R = 66.08%
G = 0.35%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BB015F (or 0xBB015F) is known color: Jazzberry Jam. HEX triplet: BB, 01 and 5F. RGB value is (187,1,95). Sum of RGB (Red+Green+Blue) = 187+1+95=283 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.08% from 283); Green value is 1 (0.78% from 255 or 0.35% from 283); Blue value is 95 (37.5% from 255 or 33.57% from 283); Max value from RGB is 187 - color contains mainly: red. Hex color #BB015F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB015F is #44FEA0. Grayscale: #434343. Windows color (decimal): -4521633 or 6226363. OLE color: 6226363.

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

Color convert

RGB 187 1 95 -
CMYK 0 0.99 0.49 0.27
HSL 329.68º 0.99% 0.37% -
HSV(B) 329.68º 0.99% 0.73% -
XYZ 22.57 11.41 11.84 -
YUV 67.33 143.62 213.36 -
System Red Green Blue C M Y K H S L
Decimal 187 1 95 0 0.99 0.49 0.27 329.68 0.99 0.37
Hex BB 1 5F 0 63 31 1B 14A 63 25
Octal 273 1 137 0 143 61 33 512 143 45
Binary 10111011 1 1011111 0 1100011 110001 11011 101001010 1100011 100101

Color Harmonies of #BB015F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB015F

Black with #BB015F

Text Example


Text Example

White with #BB015F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB015F; }

 p { color: rgb(187,1,95); }

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

background-color css

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

 a { background-color: rgb(187,1,95); }

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

border-color css

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

 span { border-color: rgb(187,1,95); }

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