Html Css Color HEX #B70066 Jazzberry Jam

📋 copy color: '#B70066'

red 183 ◦ green 0 ◦ blue 102

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

Shades of Jazzberry Jam #B70066

Tints of Jazzberry Jam #B70066

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 102 (40.23% from 255) = 35.79%

R = 64.21%
G = 0%
B = 35.79%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.44

 K value IS 0.28

RGB Variations

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

Color information

#B70066 (or 0xB70066) is known color: Jazzberry Jam. HEX triplet: B7, 00 and 66. RGB value is (183,0,102). Sum of RGB (Red+Green+Blue) = 183+0+102=285 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.21% from 285); Green value is 0 (0.39% from 255 or 0% from 285); Blue value is 102 (40.23% from 255 or 35.79% from 285); Max value from RGB is 183 - color contains mainly: red. Hex color #B70066 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70066 is #48FF99. Grayscale: #424242. Windows color (decimal): -4784026 or 6684855. OLE color: 6684855.

HSL color Cylindrical-coordinate representation of color #B70066: hue angle of 326.56º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B70066 is Cyan = 0, Magento = 1, Yellow = 0.44 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 0 102 -
CMYK 0 1 0.44 0.28
HSL 326.56º 1% 0.36% -
HSV(B) 326.56º 1% 0.72% -
XYZ 21.93 11.03 13.54 -
YUV 66.35 148.13 211.21 -
System Red Green Blue C M Y K H S L
Decimal 183 0 102 0 1 0.44 0.28 326.56 1 0.36
Hex B7 0 66 0 64 2C 1C 147 64 24
Octal 267 0 146 0 144 54 34 507 144 44
Binary 10110111 0 1100110 0 1100100 101100 11100 101000111 1100100 100100

Color Harmonies of #B70066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70066

Black with #B70066

Text Example


Text Example

White with #B70066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70066; }

 p { color: rgb(183,0,102); }

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

background-color css

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

 a { background-color: rgb(183,0,102); }

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

border-color css

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

 span { border-color: rgb(183,0,102); }

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