Html Css Color HEX #B50265 Jazzberry Jam

📋 copy color: '#B50265'

red 181 ◦ green 2 ◦ blue 101

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

Shades of Jazzberry Jam #B50265

Tints of Jazzberry Jam #B50265

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.7%

 BLUE value IS 101 (39.84% from 255) = 35.56%

R = 63.73%
G = 0.7%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.44

 K value IS 0.29

RGB Variations

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

Color information

#B50265 (or 0xB50265) is known color: Jazzberry Jam. HEX triplet: B5, 02 and 65. RGB value is (181,2,101). Sum of RGB (Red+Green+Blue) = 181+2+101=284 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.73% from 284); Green value is 2 (1.17% from 255 or 0.70% from 284); Blue value is 101 (39.84% from 255 or 35.56% from 284); Max value from RGB is 181 - color contains mainly: red. Hex color #B50265 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50265 is #4AFD9A. Grayscale: #424242. Windows color (decimal): -4914587 or 6619829. OLE color: 6619829.

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

Color convert

RGB 181 2 101 -
CMYK 0 0.99 0.44 0.29
HSL 326.82º 0.98% 0.36% -
HSV(B) 326.82º 0.99% 0.71% -
XYZ 21.43 10.81 13.27 -
YUV 66.81 147.3 209.45 -
System Red Green Blue C M Y K H S L
Decimal 181 2 101 0 0.99 0.44 0.29 326.82 0.98 0.36
Hex B5 2 65 0 63 2C 1D 147 62 24
Octal 265 2 145 0 143 54 35 507 142 44
Binary 10110101 10 1100101 0 1100011 101100 11101 101000111 1100010 100100

Color Harmonies of #B50265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50265

Black with #B50265

Text Example


Text Example

White with #B50265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50265; }

 p { color: rgb(181,2,101); }

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

background-color css

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

 a { background-color: rgb(181,2,101); }

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

border-color css

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

 span { border-color: rgb(181,2,101); }

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