Html Css Color HEX #B70E68 Jazzberry Jam

📋 copy color: '#B70E68'

red 183 ◦ green 14 ◦ blue 104

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

Shades of Jazzberry Jam #B70E68

Tints of Jazzberry Jam #B70E68

RGB

 RED value IS 183 (71.88% from 255) = 60.8%

 GREEN value IS 14 (5.86% from 255) = 4.65%

 BLUE value IS 104 (41.02% from 255) = 34.55%

R = 60.8%
G = 4.65%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.43

 K value IS 0.28

RGB Variations

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

Color information

#B70E68 (or 0xB70E68) is known color: Jazzberry Jam. HEX triplet: B7, 0E and 68. RGB value is (183,14,104). Sum of RGB (Red+Green+Blue) = 183+14+104=301 (39% of max value = 765). Red value is 183 (71.88% from 255 or 60.80% from 301); Green value is 14 (5.86% from 255 or 4.65% from 301); Blue value is 104 (41.02% from 255 or 34.55% from 301); Max value from RGB is 183 - color contains mainly: red. Hex color #B70E68 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70E68 is #48F197. Grayscale: #4A4A4A. Windows color (decimal): -4780440 or 6819511. OLE color: 6819511.

HSL color Cylindrical-coordinate representation of color #B70E68: hue angle of 328.05º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B70E68 is Cyan = 0, Magento = 0.92, Yellow = 0.43 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 14 104 -
CMYK 0 0.92 0.43 0.28
HSL 328.05º 0.86% 0.39% -
HSV(B) 328.05º 0.92% 0.72% -
XYZ 22.18 11.38 14.12 -
YUV 74.79 144.49 205.18 -
System Red Green Blue C M Y K H S L
Decimal 183 14 104 0 0.92 0.43 0.28 328.05 0.86 0.39
Hex B7 E 68 0 5C 2B 1C 148 56 27
Octal 267 16 150 0 134 53 34 510 126 47
Binary 10110111 1110 1101000 0 1011100 101011 11100 101001000 1010110 100111

Color Harmonies of #B70E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70E68

Black with #B70E68

Text Example


Text Example

White with #B70E68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70E68; }

 p { color: rgb(183,14,104); }

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

background-color css

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

 a { background-color: rgb(183,14,104); }

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

border-color css

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

 span { border-color: rgb(183,14,104); }

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