Html Css Color HEX #BE0565 Jazzberry Jam

📋 copy color: '#BE0565'

red 190 ◦ green 5 ◦ blue 101

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

Shades of Jazzberry Jam #BE0565

Tints of Jazzberry Jam #BE0565

RGB

 RED value IS 190 (74.61% from 255) = 64.19%

 GREEN value IS 5 (2.34% from 255) = 1.69%

 BLUE value IS 101 (39.84% from 255) = 34.12%

R = 64.19%
G = 1.69%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BE0565 (or 0xBE0565) is known color: Jazzberry Jam. HEX triplet: BE, 05 and 65. RGB value is (190,5,101). Sum of RGB (Red+Green+Blue) = 190+5+101=296 (39% of max value = 765). Red value is 190 (74.61% from 255 or 64.19% from 296); Green value is 5 (2.34% from 255 or 1.69% from 296); Blue value is 101 (39.84% from 255 or 34.12% from 296); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0565 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0565 is #41FA9A. Grayscale: #474747. Windows color (decimal): -4323995 or 6620606. OLE color: 6620606.

HSL color Cylindrical-coordinate representation of color #BE0565: hue angle of 328.86º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BE0565 is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 5 101 -
CMYK 0 0.97 0.47 0.25
HSL 328.86º 0.95% 0.38% -
HSV(B) 328.86º 0.97% 0.75% -
XYZ 23.64 12 13.38 -
YUV 71.26 144.79 212.69 -
System Red Green Blue C M Y K H S L
Decimal 190 5 101 0 0.97 0.47 0.25 328.86 0.95 0.38
Hex BE 5 65 0 61 2F 19 149 5F 26
Octal 276 5 145 0 141 57 31 511 137 46
Binary 10111110 101 1100101 0 1100001 101111 11001 101001001 1011111 100110

Color Harmonies of #BE0565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0565

Black with #BE0565

Text Example


Text Example

White with #BE0565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0565; }

 p { color: rgb(190,5,101); }

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

background-color css

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

 a { background-color: rgb(190,5,101); }

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

border-color css

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

 span { border-color: rgb(190,5,101); }

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