Html Css Color HEX #B2015E Jazzberry Jam

📋 copy color: '#B2015E'

red 178 ◦ green 1 ◦ blue 94

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

Shades of Jazzberry Jam #B2015E

Tints of Jazzberry Jam #B2015E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.37%

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

R = 65.2%
G = 0.37%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.30

RGB Variations

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

Color information

#B2015E (or 0xB2015E) is known color: Jazzberry Jam. HEX triplet: B2, 01 and 5E. RGB value is (178,1,94). Sum of RGB (Red+Green+Blue) = 178+1+94=273 (36% of max value = 765). Red value is 178 (69.92% from 255 or 65.20% from 273); Green value is 1 (0.78% from 255 or 0.37% from 273); Blue value is 94 (37.11% from 255 or 34.43% from 273); Max value from RGB is 178 - color contains mainly: red. Hex color #B2015E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2015E is #4DFEA1. Grayscale: #404040. Windows color (decimal): -5111458 or 6160818. OLE color: 6160818.

HSL color Cylindrical-coordinate representation of color #B2015E: hue angle of 328.47º degrees, saturation: 0.99, 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 #B2015E is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 1 94 -
CMYK 0 0.99 0.47 0.30
HSL 328.47º 0.99% 0.35% -
HSV(B) 328.47º 0.99% 0.7% -
XYZ 20.39 10.29 11.5 -
YUV 64.53 144.64 208.94 -
System Red Green Blue C M Y K H S L
Decimal 178 1 94 0 0.99 0.47 0.30 328.47 0.99 0.35
Hex B2 1 5E 0 63 2F 1E 148 63 23
Octal 262 1 136 0 143 57 36 510 143 43
Binary 10110010 1 1011110 0 1100011 101111 11110 101001000 1100011 100011

Color Harmonies of #B2015E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2015E

Black with #B2015E

Text Example


Text Example

White with #B2015E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2015E; }

 p { color: rgb(178,1,94); }

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

background-color css

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

 a { background-color: rgb(178,1,94); }

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

border-color css

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

 span { border-color: rgb(178,1,94); }

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