Html Css Color HEX #B2125E Jazzberry Jam

📋 copy color: '#B2125E'

red 178 ◦ green 18 ◦ blue 94

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

Shades of Jazzberry Jam #B2125E

Tints of Jazzberry Jam #B2125E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.21%

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

R = 61.38%
G = 6.21%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.47

 K value IS 0.30

RGB Variations

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

Color information

#B2125E (or 0xB2125E) is known color: Jazzberry Jam. HEX triplet: B2, 12 and 5E. RGB value is (178,18,94). Sum of RGB (Red+Green+Blue) = 178+18+94=290 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.38% from 290); Green value is 18 (7.42% from 255 or 6.21% from 290); Blue value is 94 (37.11% from 255 or 32.41% from 290); Max value from RGB is 178 - color contains mainly: red. Hex color #B2125E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2125E is #4DEDA1. Grayscale: #4A4A4A. Windows color (decimal): -5107106 or 6165170. OLE color: 6165170.

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

Color convert

RGB 178 18 94 -
CMYK 0 0.90 0.47 0.30
HSL 331.5º 0.82% 0.38% -
HSV(B) 331.5º 0.9% 0.7% -
XYZ 20.6 10.71 11.57 -
YUV 74.5 139.01 201.82 -
System Red Green Blue C M Y K H S L
Decimal 178 18 94 0 0.90 0.47 0.30 331.5 0.82 0.38
Hex B2 12 5E 0 5A 2F 1E 14C 52 26
Octal 262 22 136 0 132 57 36 514 122 46
Binary 10110010 10010 1011110 0 1011010 101111 11110 101001100 1010010 100110

Color Harmonies of #B2125E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2125E

Black with #B2125E

Text Example


Text Example

White with #B2125E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2125E; }

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

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

background-color css

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

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

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

border-color css

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

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

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