Html Css Color HEX #B30866 Jazzberry Jam

📋 copy color: '#B30866'

red 179 ◦ green 8 ◦ blue 102

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

Shades of Jazzberry Jam #B30866

Tints of Jazzberry Jam #B30866

RGB

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

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

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

R = 61.94%
G = 2.77%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.43

 K value IS 0.30

RGB Variations

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

Color information

#B30866 (or 0xB30866) is known color: Jazzberry Jam. HEX triplet: B3, 08 and 66. RGB value is (179,8,102). Sum of RGB (Red+Green+Blue) = 179+8+102=289 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.94% from 289); Green value is 8 (3.52% from 255 or 2.77% from 289); Blue value is 102 (40.23% from 255 or 35.29% from 289); Max value from RGB is 179 - color contains mainly: red. Hex color #B30866 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30866 is #4CF799. Grayscale: #454545. Windows color (decimal): -5044122 or 6686899. OLE color: 6686899.

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

Color convert

RGB 179 8 102 -
CMYK 0 0.96 0.43 0.30
HSL 327.02º 0.91% 0.37% -
HSV(B) 327.02º 0.96% 0.7% -
XYZ 21.08 10.72 13.53 -
YUV 69.85 146.15 205.86 -
System Red Green Blue C M Y K H S L
Decimal 179 8 102 0 0.96 0.43 0.30 327.02 0.91 0.37
Hex B3 8 66 0 60 2B 1E 147 5B 25
Octal 263 10 146 0 140 53 36 507 133 45
Binary 10110011 1000 1100110 0 1100000 101011 11110 101000111 1011011 100101

Color Harmonies of #B30866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30866

Black with #B30866

Text Example


Text Example

White with #B30866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30866; }

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

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

background-color css

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

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

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

border-color css

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

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

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