Html Css Color HEX #BB0567 Jazzberry Jam

📋 copy color: '#BB0567'

red 187 ◦ green 5 ◦ blue 103

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

Shades of Jazzberry Jam #BB0567

Tints of Jazzberry Jam #BB0567

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.69%

 BLUE value IS 103 (40.63% from 255) = 34.92%

R = 63.39%
G = 1.69%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#BB0567 (or 0xBB0567) is known color: Jazzberry Jam. HEX triplet: BB, 05 and 67. RGB value is (187,5,103). Sum of RGB (Red+Green+Blue) = 187+5+103=295 (39% of max value = 765). Red value is 187 (73.44% from 255 or 63.39% from 295); Green value is 5 (2.34% from 255 or 1.69% from 295); Blue value is 103 (40.62% from 255 or 34.92% from 295); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0567 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0567 is #44FA98. Grayscale: #464646. Windows color (decimal): -4520601 or 6751675. OLE color: 6751675.

HSL color Cylindrical-coordinate representation of color #BB0567: hue angle of 327.69º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BB0567 is Cyan = 0, Magento = 0.97, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 5 103 -
CMYK 0 0.97 0.45 0.27
HSL 327.69º 0.95% 0.38% -
HSV(B) 327.69º 0.97% 0.73% -
XYZ 23 11.65 13.87 -
YUV 70.59 146.3 211.03 -
System Red Green Blue C M Y K H S L
Decimal 187 5 103 0 0.97 0.45 0.27 327.69 0.95 0.38
Hex BB 5 67 0 61 2D 1B 148 5F 26
Octal 273 5 147 0 141 55 33 510 137 46
Binary 10111011 101 1100111 0 1100001 101101 11011 101001000 1011111 100110

Color Harmonies of #BB0567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0567

Black with #BB0567

Text Example


Text Example

White with #BB0567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0567; }

 p { color: rgb(187,5,103); }

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

background-color css

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

 a { background-color: rgb(187,5,103); }

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

border-color css

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

 span { border-color: rgb(187,5,103); }

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