Html Css Color HEX #B50367 Jazzberry Jam

📋 copy color: '#B50367'

red 181 ◦ green 3 ◦ blue 103

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

Shades of Jazzberry Jam #B50367

Tints of Jazzberry Jam #B50367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 35.89%

R = 63.07%
G = 1.05%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.43

 K value IS 0.29

RGB Variations

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

Color information

#B50367 (or 0xB50367) is known color: Jazzberry Jam. HEX triplet: B5, 03 and 67. RGB value is (181,3,103). Sum of RGB (Red+Green+Blue) = 181+3+103=287 (38% of max value = 765). Red value is 181 (71.09% from 255 or 63.07% from 287); Green value is 3 (1.56% from 255 or 1.05% from 287); Blue value is 103 (40.62% from 255 or 35.89% from 287); Max value from RGB is 181 - color contains mainly: red. Hex color #B50367 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50367 is #4AFC98. Grayscale: #434343. Windows color (decimal): -4914329 or 6751157. OLE color: 6751157.

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

Color convert

RGB 181 3 103 -
CMYK 0 0.98 0.43 0.29
HSL 326.29º 0.97% 0.36% -
HSV(B) 326.29º 0.98% 0.71% -
XYZ 21.54 10.87 13.79 -
YUV 67.62 147.97 208.87 -
System Red Green Blue C M Y K H S L
Decimal 181 3 103 0 0.98 0.43 0.29 326.29 0.97 0.36
Hex B5 3 67 0 62 2B 1D 146 61 24
Octal 265 3 147 0 142 53 35 506 141 44
Binary 10110101 11 1100111 0 1100010 101011 11101 101000110 1100001 100100

Color Harmonies of #B50367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50367

Black with #B50367

Text Example


Text Example

White with #B50367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50367; }

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

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

background-color css

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

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

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

border-color css

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

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

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