Html Css Color HEX #B20467 Jazzberry Jam

📋 copy color: '#B20467'

red 178 ◦ green 4 ◦ blue 103

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

Shades of Jazzberry Jam #B20467

Tints of Jazzberry Jam #B20467

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.4%

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

R = 62.46%
G = 1.4%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.42

 K value IS 0.30

RGB Variations

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

Color information

#B20467 (or 0xB20467) is known color: Jazzberry Jam. HEX triplet: B2, 04 and 67. RGB value is (178,4,103). Sum of RGB (Red+Green+Blue) = 178+4+103=285 (37% of max value = 765). Red value is 178 (69.92% from 255 or 62.46% from 285); Green value is 4 (1.95% from 255 or 1.40% from 285); Blue value is 103 (40.62% from 255 or 36.14% from 285); Max value from RGB is 178 - color contains mainly: red. Hex color #B20467 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20467 is #4DFB98. Grayscale: #434343. Windows color (decimal): -5110681 or 6751410. OLE color: 6751410.

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

Color convert

RGB 178 4 103 -
CMYK 0 0.98 0.42 0.30
HSL 325.86º 0.96% 0.36% -
HSV(B) 325.86º 0.98% 0.7% -
XYZ 20.85 10.53 13.77 -
YUV 67.31 148.15 206.95 -
System Red Green Blue C M Y K H S L
Decimal 178 4 103 0 0.98 0.42 0.30 325.86 0.96 0.36
Hex B2 4 67 0 62 2A 1E 146 60 24
Octal 262 4 147 0 142 52 36 506 140 44
Binary 10110010 100 1100111 0 1100010 101010 11110 101000110 1100000 100100

Color Harmonies of #B20467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20467

Black with #B20467

Text Example


Text Example

White with #B20467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20467; }

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

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

background-color css

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

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

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

border-color css

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

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

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