Html Css Color HEX #B3006F Jazzberry Jam

📋 copy color: '#B3006F'

red 179 ◦ green 0 ◦ blue 111

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

Shades of Jazzberry Jam #B3006F

Tints of Jazzberry Jam #B3006F

RGB

 RED value IS 179 (70.31% from 255) = 61.72%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 61.72%
G = 0%
B = 38.28%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.38

 K value IS 0.30

RGB Variations

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

Color information

#B3006F (or 0xB3006F) is known color: Jazzberry Jam. HEX triplet: B3, 00 and 6F. RGB value is (179,0,111). Sum of RGB (Red+Green+Blue) = 179+0+111=290 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.72% from 290); Green value is 0 (0.39% from 255 or 0% from 290); Blue value is 111 (43.75% from 255 or 38.28% from 290); Max value from RGB is 179 - color contains mainly: red. Hex color #B3006F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B3006F is #4CFF90. Grayscale: #414141. Windows color (decimal): -5046161 or 7274675. OLE color: 7274675.

HSL color Cylindrical-coordinate representation of color #B3006F: hue angle of 322.79º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B3006F is Cyan = 0, Magento = 1, Yellow = 0.38 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 0 111 -
CMYK 0 1 0.38 0.30
HSL 322.79º 1% 0.35% -
HSV(B) 322.79º 1% 0.7% -
XYZ 21.46 10.73 15.98 -
YUV 66.18 153.3 208.47 -
System Red Green Blue C M Y K H S L
Decimal 179 0 111 0 1 0.38 0.30 322.79 1 0.35
Hex B3 0 6F 0 64 26 1E 143 64 23
Octal 263 0 157 0 144 46 36 503 144 43
Binary 10110011 0 1101111 0 1100100 100110 11110 101000011 1100100 100011

Color Harmonies of #B3006F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3006F

Black with #B3006F

Text Example


Text Example

White with #B3006F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3006F; }

 p { color: rgb(179,0,111); }

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

background-color css

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

 a { background-color: rgb(179,0,111); }

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

border-color css

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

 span { border-color: rgb(179,0,111); }

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