Html Css Color HEX #B50068 Jazzberry Jam

📋 copy color: '#B50068'

red 181 ◦ green 0 ◦ blue 104

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

Shades of Jazzberry Jam #B50068

Tints of Jazzberry Jam #B50068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 36.49%

R = 63.51%
G = 0%
B = 36.49%

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

#B50068 (or 0xB50068) is known color: Jazzberry Jam. HEX triplet: B5, 00 and 68. RGB value is (181,0,104). Sum of RGB (Red+Green+Blue) = 181+0+104=285 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.51% from 285); Green value is 0 (0.39% from 255 or 0% from 285); Blue value is 104 (41.02% from 255 or 36.49% from 285); Max value from RGB is 181 - color contains mainly: red. Hex color #B50068 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50068 is #4AFF97. Grayscale: #414141. Windows color (decimal): -4915096 or 6815925. OLE color: 6815925.

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

Color convert

RGB 181 0 104 -
CMYK 0 1 0.43 0.29
HSL 325.52º 1% 0.35% -
HSV(B) 325.52º 1% 0.71% -
XYZ 21.55 10.82 14.05 -
YUV 65.98 149.47 210.04 -
System Red Green Blue C M Y K H S L
Decimal 181 0 104 0 1 0.43 0.29 325.52 1 0.35
Hex B5 0 68 0 64 2B 1D 146 64 23
Octal 265 0 150 0 144 53 35 506 144 43
Binary 10110101 0 1101000 0 1100100 101011 11101 101000110 1100100 100011

Color Harmonies of #B50068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50068

Black with #B50068

Text Example


Text Example

White with #B50068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50068; }

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

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

background-color css

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

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

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

border-color css

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

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

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