Html Css Color HEX #B3205E Jazzberry Jam

📋 copy color: '#B3205E'

red 179 ◦ green 32 ◦ blue 94

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

Shades of Jazzberry Jam #B3205E

Tints of Jazzberry Jam #B3205E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.49%

 BLUE value IS 94 (37.11% from 255) = 30.82%

R = 58.69%
G = 10.49%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.47

 K value IS 0.30

RGB Variations

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

Color information

#B3205E (or 0xB3205E) is known color: Jazzberry Jam. HEX triplet: B3, 20 and 5E. RGB value is (179,32,94). Sum of RGB (Red+Green+Blue) = 179+32+94=305 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.69% from 305); Green value is 32 (12.89% from 255 or 10.49% from 305); Blue value is 94 (37.11% from 255 or 30.82% from 305); Max value from RGB is 179 - color contains mainly: red. Hex color #B3205E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3205E is #4CDFA1. Grayscale: #525252. Windows color (decimal): -5037986 or 6168755. OLE color: 6168755.

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

Color convert

RGB 179 32 94 -
CMYK 0 0.82 0.47 0.30
HSL 334.69º 0.7% 0.41% -
HSV(B) 334.69º 0.82% 0.7% -
XYZ 21.13 11.42 11.68 -
YUV 83.02 134.2 196.46 -
System Red Green Blue C M Y K H S L
Decimal 179 32 94 0 0.82 0.47 0.30 334.69 0.7 0.41
Hex B3 20 5E 0 52 2F 1E 14F 46 29
Octal 263 40 136 0 122 57 36 517 106 51
Binary 10110011 100000 1011110 0 1010010 101111 11110 101001111 1000110 101001

Color Harmonies of #B3205E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3205E

Black with #B3205E

Text Example


Text Example

White with #B3205E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3205E; }

 p { color: rgb(179,32,94); }

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

background-color css

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

 a { background-color: rgb(179,32,94); }

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

border-color css

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

 span { border-color: rgb(179,32,94); }

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