Html Css Color HEX #B20267 Jazzberry Jam

📋 copy color: '#B20267'

red 178 ◦ green 2 ◦ blue 103

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

Shades of Jazzberry Jam #B20267

Tints of Jazzberry Jam #B20267

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.71%

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

R = 62.9%
G = 0.71%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.42

 K value IS 0.30

RGB Variations

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

Color information

#B20267 (or 0xB20267) is known color: Jazzberry Jam. HEX triplet: B2, 02 and 67. RGB value is (178,2,103). Sum of RGB (Red+Green+Blue) = 178+2+103=283 (37% of max value = 765). Red value is 178 (69.92% from 255 or 62.90% from 283); Green value is 2 (1.17% from 255 or 0.71% from 283); Blue value is 103 (40.62% from 255 or 36.40% from 283); Max value from RGB is 178 - color contains mainly: red. Hex color #B20267 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20267 is #4DFD98. Grayscale: #414141. Windows color (decimal): -5111193 or 6750898. OLE color: 6750898.

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

Color convert

RGB 178 2 103 -
CMYK 0 0.99 0.42 0.30
HSL 325.57º 0.98% 0.35% -
HSV(B) 325.57º 0.99% 0.7% -
XYZ 20.83 10.49 13.76 -
YUV 66.14 148.81 207.79 -
System Red Green Blue C M Y K H S L
Decimal 178 2 103 0 0.99 0.42 0.30 325.57 0.98 0.35
Hex B2 2 67 0 63 2A 1E 146 62 23
Octal 262 2 147 0 143 52 36 506 142 43
Binary 10110010 10 1100111 0 1100011 101010 11110 101000110 1100010 100011

Color Harmonies of #B20267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20267

Black with #B20267

Text Example


Text Example

White with #B20267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20267; }

 p { color: rgb(178,2,103); }

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

background-color css

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

 a { background-color: rgb(178,2,103); }

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

border-color css

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

 span { border-color: rgb(178,2,103); }

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