Html Css Color HEX #B50366 Jazzberry Jam

📋 copy color: '#B50366'

red 181 ◦ green 3 ◦ blue 102

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

Shades of Jazzberry Jam #B50366

Tints of Jazzberry Jam #B50366

RGB

 RED value IS 181 (71.09% from 255) = 63.29%

 GREEN value IS 3 (1.56% from 255) = 1.05%

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

R = 63.29%
G = 1.05%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.44

 K value IS 0.29

RGB Variations

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

Color information

#B50366 (or 0xB50366) is known color: Jazzberry Jam. HEX triplet: B5, 03 and 66. RGB value is (181,3,102). Sum of RGB (Red+Green+Blue) = 181+3+102=286 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.29% from 286); Green value is 3 (1.56% from 255 or 1.05% from 286); Blue value is 102 (40.23% from 255 or 35.66% from 286); Max value from RGB is 181 - color contains mainly: red. Hex color #B50366 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50366 is #4AFC99. Grayscale: #434343. Windows color (decimal): -4914330 or 6685621. OLE color: 6685621.

HSL color Cylindrical-coordinate representation of color #B50366: hue angle of 326.63º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B50366 is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 3 102 -
CMYK 0 0.98 0.44 0.29
HSL 326.63º 0.97% 0.36% -
HSV(B) 326.63º 0.98% 0.71% -
XYZ 21.49 10.85 13.53 -
YUV 67.51 147.47 208.95 -
System Red Green Blue C M Y K H S L
Decimal 181 3 102 0 0.98 0.44 0.29 326.63 0.97 0.36
Hex B5 3 66 0 62 2C 1D 147 61 24
Octal 265 3 146 0 142 54 35 507 141 44
Binary 10110101 11 1100110 0 1100010 101100 11101 101000111 1100001 100100

Color Harmonies of #B50366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50366

Black with #B50366

Text Example


Text Example

White with #B50366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50366; }

 p { color: rgb(181,3,102); }

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

background-color css

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

 a { background-color: rgb(181,3,102); }

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

border-color css

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

 span { border-color: rgb(181,3,102); }

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