Html Css Color HEX #BE1E68 Jazzberry Jam

📋 copy color: '#BE1E68'

red 190 ◦ green 30 ◦ blue 104

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

Shades of Jazzberry Jam #BE1E68

Tints of Jazzberry Jam #BE1E68

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.26%

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

R = 58.64%
G = 9.26%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#BE1E68 (or 0xBE1E68) is known color: Jazzberry Jam. HEX triplet: BE, 1E and 68. RGB value is (190,30,104). Sum of RGB (Red+Green+Blue) = 190+30+104=324 (42% of max value = 765). Red value is 190 (74.61% from 255 or 58.64% from 324); Green value is 30 (12.11% from 255 or 9.26% from 324); Blue value is 104 (41.02% from 255 or 32.10% from 324); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1E68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE1E68 is #41E197. Grayscale: #565656. Windows color (decimal): -4317592 or 6823614. OLE color: 6823614.

HSL color Cylindrical-coordinate representation of color #BE1E68: hue angle of 332.25º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BE1E68 is Cyan = 0, Magento = 0.84, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 30 104 -
CMYK 0 0.84 0.45 0.25
HSL 332.25º 0.73% 0.43% -
HSV(B) 332.25º 0.84% 0.75% -
XYZ 24.2 12.88 14.31 -
YUV 86.28 138.01 201.98 -
System Red Green Blue C M Y K H S L
Decimal 190 30 104 0 0.84 0.45 0.25 332.25 0.73 0.43
Hex BE 1E 68 0 54 2D 19 14C 49 2B
Octal 276 36 150 0 124 55 31 514 111 53
Binary 10111110 11110 1101000 0 1010100 101101 11001 101001100 1001001 101011

Color Harmonies of #BE1E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1E68

Black with #BE1E68

Text Example


Text Example

White with #BE1E68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1E68; }

 p { color: rgb(190,30,104); }

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

background-color css

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

 a { background-color: rgb(190,30,104); }

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

border-color css

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

 span { border-color: rgb(190,30,104); }

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