Html Css Color HEX #B50269 Jazzberry Jam

📋 copy color: '#B50269'

red 181 ◦ green 2 ◦ blue 105

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

Shades of Jazzberry Jam #B50269

Tints of Jazzberry Jam #B50269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 36.46%

R = 62.85%
G = 0.69%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.42

 K value IS 0.29

RGB Variations

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

Color information

#B50269 (or 0xB50269) is known color: Jazzberry Jam. HEX triplet: B5, 02 and 69. RGB value is (181,2,105). Sum of RGB (Red+Green+Blue) = 181+2+105=288 (38% of max value = 765). Red value is 181 (71.09% from 255 or 62.85% from 288); Green value is 2 (1.17% from 255 or 0.69% from 288); Blue value is 105 (41.41% from 255 or 36.46% from 288); Max value from RGB is 181 - color contains mainly: red. Hex color #B50269 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50269 is #4AFD96. Grayscale: #434343. Windows color (decimal): -4914583 or 6881973. OLE color: 6881973.

HSL color Cylindrical-coordinate representation of color #B50269: hue angle of 325.47º 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 #B50269 is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 2 105 -
CMYK 0 0.99 0.42 0.29
HSL 325.47º 0.98% 0.36% -
HSV(B) 325.47º 0.99% 0.71% -
XYZ 21.63 10.89 14.33 -
YUV 67.26 149.3 209.12 -
System Red Green Blue C M Y K H S L
Decimal 181 2 105 0 0.99 0.42 0.29 325.47 0.98 0.36
Hex B5 2 69 0 63 2A 1D 145 62 24
Octal 265 2 151 0 143 52 35 505 142 44
Binary 10110101 10 1101001 0 1100011 101010 11101 101000101 1100010 100100

Color Harmonies of #B50269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50269

Black with #B50269

Text Example


Text Example

White with #B50269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50269; }

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

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

background-color css

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

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

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

border-color css

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

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

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