Html Css Color HEX #B70067 Jazzberry Jam

📋 copy color: '#B70067'

red 183 ◦ green 0 ◦ blue 103

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

Shades of Jazzberry Jam #B70067

Tints of Jazzberry Jam #B70067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 36.01%

R = 63.99%
G = 0%
B = 36.01%

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

#B70067 (or 0xB70067) is known color: Jazzberry Jam. HEX triplet: B7, 00 and 67. RGB value is (183,0,103). Sum of RGB (Red+Green+Blue) = 183+0+103=286 (37% of max value = 765). Red value is 183 (71.88% from 255 or 63.99% from 286); Green value is 0 (0.39% from 255 or 0% from 286); Blue value is 103 (40.62% from 255 or 36.01% from 286); Max value from RGB is 183 - color contains mainly: red. Hex color #B70067 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70067 is #48FF98. Grayscale: #424242. Windows color (decimal): -4784025 or 6750391. OLE color: 6750391.

HSL color Cylindrical-coordinate representation of color #B70067: hue angle of 326.23º 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 #B70067 is Cyan = 0, Magento = 1, Yellow = 0.44 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 0 103 -
CMYK 0 1 0.44 0.28
HSL 326.23º 1% 0.36% -
HSV(B) 326.23º 1% 0.72% -
XYZ 21.98 11.05 13.81 -
YUV 66.46 148.63 211.12 -
System Red Green Blue C M Y K H S L
Decimal 183 0 103 0 1 0.44 0.28 326.23 1 0.36
Hex B7 0 67 0 64 2C 1C 146 64 24
Octal 267 0 147 0 144 54 34 506 144 44
Binary 10110111 0 1100111 0 1100100 101100 11100 101000110 1100100 100100

Color Harmonies of #B70067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70067

Black with #B70067

Text Example


Text Example

White with #B70067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70067; }

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

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

background-color css

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

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

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

border-color css

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

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

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