Html Css Color HEX #B70054 Jazzberry Jam

📋 copy color: '#B70054'

red 183 ◦ green 0 ◦ blue 84

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

Shades of Jazzberry Jam #B70054

Tints of Jazzberry Jam #B70054

RGB

 RED value IS 183 (71.88% from 255) = 68.54%

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

 BLUE value IS 84 (33.2% from 255) = 31.46%

R = 68.54%
G = 0%
B = 31.46%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.54

 K value IS 0.28

RGB Variations

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

Color information

#B70054 (or 0xB70054) is known color: Jazzberry Jam. HEX triplet: B7, 00 and 54. RGB value is (183,0,84). Sum of RGB (Red+Green+Blue) = 183+0+84=267 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.54% from 267); Green value is 0 (0.39% from 255 or 0% from 267); Blue value is 84 (33.20% from 255 or 31.46% from 267); Max value from RGB is 183 - color contains mainly: red. Hex color #B70054 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70054 is #48FFAB. Grayscale: #404040. Windows color (decimal): -4784044 or 5505207. OLE color: 5505207.

HSL color Cylindrical-coordinate representation of color #B70054: hue angle of 332.46º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B70054 is Cyan = 0, Magento = 1, Yellow = 0.54 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 0 84 -
CMYK 0 1 0.54 0.28
HSL 332.46º 1% 0.36% -
HSV(B) 332.46º 1% 0.72% -
XYZ 21.13 10.71 9.34 -
YUV 64.29 139.13 212.67 -
System Red Green Blue C M Y K H S L
Decimal 183 0 84 0 1 0.54 0.28 332.46 1 0.36
Hex B7 0 54 0 64 36 1C 14C 64 24
Octal 267 0 124 0 144 66 34 514 144 44
Binary 10110111 0 1010100 0 1100100 110110 11100 101001100 1100100 100100

Color Harmonies of #B70054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70054

Black with #B70054

Text Example


Text Example

White with #B70054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70054; }

 p { color: rgb(183,0,84); }

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

background-color css

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

 a { background-color: rgb(183,0,84); }

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

border-color css

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

 span { border-color: rgb(183,0,84); }

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