Html Css Color HEX #B30066 Jazzberry Jam

📋 copy color: '#B30066'

red 179 ◦ green 0 ◦ blue 102

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

Shades of Jazzberry Jam #B30066

Tints of Jazzberry Jam #B30066

RGB

 RED value IS 179 (70.31% from 255) = 63.7%

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

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

R = 63.7%
G = 0%
B = 36.3%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.43

 K value IS 0.30

RGB Variations

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

Color information

#B30066 (or 0xB30066) is known color: Jazzberry Jam. HEX triplet: B3, 00 and 66. RGB value is (179,0,102). Sum of RGB (Red+Green+Blue) = 179+0+102=281 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.70% from 281); Green value is 0 (0.39% from 255 or 0% from 281); Blue value is 102 (40.23% from 255 or 36.30% from 281); Max value from RGB is 179 - color contains mainly: red. Hex color #B30066 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30066 is #4CFF99. Grayscale: #404040. Windows color (decimal): -5046170 or 6684851. OLE color: 6684851.

HSL color Cylindrical-coordinate representation of color #B30066: hue angle of 325.81º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B30066 is Cyan = 0, Magento = 1, Yellow = 0.43 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 0 102 -
CMYK 0 1 0.43 0.30
HSL 325.81º 1% 0.35% -
HSV(B) 325.81º 1% 0.7% -
XYZ 20.99 10.54 13.5 -
YUV 65.15 148.8 209.21 -
System Red Green Blue C M Y K H S L
Decimal 179 0 102 0 1 0.43 0.30 325.81 1 0.35
Hex B3 0 66 0 64 2B 1E 146 64 23
Octal 263 0 146 0 144 53 36 506 144 43
Binary 10110011 0 1100110 0 1100100 101011 11110 101000110 1100100 100011

Color Harmonies of #B30066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30066

Black with #B30066

Text Example


Text Example

White with #B30066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30066; }

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

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

background-color css

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

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

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

border-color css

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

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

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