Html Css Color HEX #B2085E Jazzberry Jam

📋 copy color: '#B2085E'

red 178 ◦ green 8 ◦ blue 94

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

Shades of Jazzberry Jam #B2085E

Tints of Jazzberry Jam #B2085E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.86%

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

R = 63.57%
G = 2.86%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.47

 K value IS 0.30

RGB Variations

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

Color information

#B2085E (or 0xB2085E) is known color: Jazzberry Jam. HEX triplet: B2, 08 and 5E. RGB value is (178,8,94). Sum of RGB (Red+Green+Blue) = 178+8+94=280 (37% of max value = 765). Red value is 178 (69.92% from 255 or 63.57% from 280); Green value is 8 (3.52% from 255 or 2.86% from 280); Blue value is 94 (37.11% from 255 or 33.57% from 280); Max value from RGB is 178 - color contains mainly: red. Hex color #B2085E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2085E is #4DF7A1. Grayscale: #444444. Windows color (decimal): -5109666 or 6162610. OLE color: 6162610.

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

Color convert

RGB 178 8 94 -
CMYK 0 0.96 0.47 0.30
HSL 329.65º 0.91% 0.36% -
HSV(B) 329.65º 0.96% 0.7% -
XYZ 20.47 10.45 11.53 -
YUV 68.63 142.32 206.01 -
System Red Green Blue C M Y K H S L
Decimal 178 8 94 0 0.96 0.47 0.30 329.65 0.91 0.36
Hex B2 8 5E 0 60 2F 1E 14A 5B 24
Octal 262 10 136 0 140 57 36 512 133 44
Binary 10110010 1000 1011110 0 1100000 101111 11110 101001010 1011011 100100

Color Harmonies of #B2085E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2085E

Black with #B2085E

Text Example


Text Example

White with #B2085E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2085E; }

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

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

background-color css

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

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

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

border-color css

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

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

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