Html Css Color HEX #B50C67 Jazzberry Jam

📋 copy color: '#B50C67'

red 181 ◦ green 12 ◦ blue 103

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

Shades of Jazzberry Jam #B50C67

Tints of Jazzberry Jam #B50C67

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.05%

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

R = 61.15%
G = 4.05%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.43

 K value IS 0.29

RGB Variations

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

Color information

#B50C67 (or 0xB50C67) is known color: Jazzberry Jam. HEX triplet: B5, 0C and 67. RGB value is (181,12,103). Sum of RGB (Red+Green+Blue) = 181+12+103=296 (39% of max value = 765). Red value is 181 (71.09% from 255 or 61.15% from 296); Green value is 12 (5.08% from 255 or 4.05% from 296); Blue value is 103 (40.62% from 255 or 34.80% from 296); Max value from RGB is 181 - color contains mainly: red. Hex color #B50C67 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50C67 is #4AF398. Grayscale: #484848. Windows color (decimal): -4912025 or 6753461. OLE color: 6753461.

HSL color Cylindrical-coordinate representation of color #B50C67: hue angle of 327.69º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B50C67 is Cyan = 0, Magento = 0.93, Yellow = 0.43 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 12 103 -
CMYK 0 0.93 0.43 0.29
HSL 327.69º 0.88% 0.38% -
HSV(B) 327.69º 0.93% 0.71% -
XYZ 21.64 11.07 13.83 -
YUV 72.91 144.99 205.1 -
System Red Green Blue C M Y K H S L
Decimal 181 12 103 0 0.93 0.43 0.29 327.69 0.88 0.38
Hex B5 C 67 0 5D 2B 1D 148 58 26
Octal 265 14 147 0 135 53 35 510 130 46
Binary 10110101 1100 1100111 0 1011101 101011 11101 101001000 1011000 100110

Color Harmonies of #B50C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50C67

Black with #B50C67

Text Example


Text Example

White with #B50C67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50C67; }

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

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

background-color css

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

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

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

border-color css

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

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

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