Html Css Color HEX #BE0D68 Jazzberry Jam

📋 copy color: '#BE0D68'

red 190 ◦ green 13 ◦ blue 104

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

Shades of Jazzberry Jam #BE0D68

Tints of Jazzberry Jam #BE0D68

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.23%

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

R = 61.89%
G = 4.23%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#BE0D68 (or 0xBE0D68) is known color: Jazzberry Jam. HEX triplet: BE, 0D and 68. RGB value is (190,13,104). Sum of RGB (Red+Green+Blue) = 190+13+104=307 (40% of max value = 765). Red value is 190 (74.61% from 255 or 61.89% from 307); Green value is 13 (5.47% from 255 or 4.23% from 307); Blue value is 104 (41.02% from 255 or 33.88% from 307); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0D68 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0D68 is #41F297. Grayscale: #4C4C4C. Windows color (decimal): -4321944 or 6819262. OLE color: 6819262.

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

Color convert

RGB 190 13 104 -
CMYK 0 0.93 0.45 0.25
HSL 329.15º 0.87% 0.4% -
HSV(B) 329.15º 0.93% 0.75% -
XYZ 23.88 12.23 14.2 -
YUV 76.3 143.64 209.1 -
System Red Green Blue C M Y K H S L
Decimal 190 13 104 0 0.93 0.45 0.25 329.15 0.87 0.4
Hex BE D 68 0 5D 2D 19 149 57 28
Octal 276 15 150 0 135 55 31 511 127 50
Binary 10111110 1101 1101000 0 1011101 101101 11001 101001001 1010111 101000

Color Harmonies of #BE0D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0D68

Black with #BE0D68

Text Example


Text Example

White with #BE0D68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0D68; }

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

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

background-color css

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

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

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

border-color css

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

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

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