Html Css Color HEX #B20065 Jazzberry Jam

📋 copy color: '#B20065'

red 178 ◦ green 0 ◦ blue 101

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

Shades of Jazzberry Jam #B20065

Tints of Jazzberry Jam #B20065

RGB

 RED value IS 178 (69.92% from 255) = 63.8%

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

 BLUE value IS 101 (39.84% from 255) = 36.2%

R = 63.8%
G = 0%
B = 36.2%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.43

 K value IS 0.30

RGB Variations

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

Color information

#B20065 (or 0xB20065) is known color: Jazzberry Jam. HEX triplet: B2, 00 and 65. RGB value is (178,0,101). Sum of RGB (Red+Green+Blue) = 178+0+101=279 (36% of max value = 765). Red value is 178 (69.92% from 255 or 63.80% from 279); Green value is 0 (0.39% from 255 or 0% from 279); Blue value is 101 (39.84% from 255 or 36.20% from 279); Max value from RGB is 178 - color contains mainly: red. Hex color #B20065 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20065 is #4DFF9A. Grayscale: #404040. Windows color (decimal): -5111707 or 6619314. OLE color: 6619314.

HSL color Cylindrical-coordinate representation of color #B20065: hue angle of 325.96º 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 #B20065 is Cyan = 0, Magento = 1, Yellow = 0.43 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 0 101 -
CMYK 0 1 0.43 0.30
HSL 325.96º 1% 0.35% -
HSV(B) 325.96º 1% 0.7% -
XYZ 20.71 10.4 13.23 -
YUV 64.74 148.47 208.79 -
System Red Green Blue C M Y K H S L
Decimal 178 0 101 0 1 0.43 0.30 325.96 1 0.35
Hex B2 0 65 0 64 2B 1E 146 64 23
Octal 262 0 145 0 144 53 36 506 144 43
Binary 10110010 0 1100101 0 1100100 101011 11110 101000110 1100100 100011

Color Harmonies of #B20065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20065

Black with #B20065

Text Example


Text Example

White with #B20065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20065; }

 p { color: rgb(178,0,101); }

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

background-color css

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

 a { background-color: rgb(178,0,101); }

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

border-color css

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

 span { border-color: rgb(178,0,101); }

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