Html Css Color HEX #B50067 Jazzberry Jam

📋 copy color: '#B50067'

red 181 ◦ green 0 ◦ blue 103

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

Shades of Jazzberry Jam #B50067

Tints of Jazzberry Jam #B50067

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 63.73%
G = 0%
B = 36.27%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.43

 K value IS 0.29

RGB Variations

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

Color information

#B50067 (or 0xB50067) is known color: Jazzberry Jam. HEX triplet: B5, 00 and 67. RGB value is (181,0,103). Sum of RGB (Red+Green+Blue) = 181+0+103=284 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.73% from 284); Green value is 0 (0.39% from 255 or 0% from 284); Blue value is 103 (40.62% from 255 or 36.27% from 284); Max value from RGB is 181 - color contains mainly: red. Hex color #B50067 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50067 is #4AFF98. Grayscale: #414141. Windows color (decimal): -4915097 or 6750389. OLE color: 6750389.

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

Color convert

RGB 181 0 103 -
CMYK 0 1 0.43 0.29
HSL 325.86º 1% 0.35% -
HSV(B) 325.86º 1% 0.71% -
XYZ 21.5 10.8 13.78 -
YUV 65.86 148.97 210.12 -
System Red Green Blue C M Y K H S L
Decimal 181 0 103 0 1 0.43 0.29 325.86 1 0.35
Hex B5 0 67 0 64 2B 1D 146 64 23
Octal 265 0 147 0 144 53 35 506 144 43
Binary 10110101 0 1100111 0 1100100 101011 11101 101000110 1100100 100011

Color Harmonies of #B50067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50067

Black with #B50067

Text Example


Text Example

White with #B50067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50067; }

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

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

background-color css

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

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

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

border-color css

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

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

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