Html Css Color HEX #BE036C Jazzberry Jam

📋 copy color: '#BE036C'

red 190 ◦ green 3 ◦ blue 108

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

Shades of Jazzberry Jam #BE036C

Tints of Jazzberry Jam #BE036C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1%

 BLUE value IS 108 (42.58% from 255) = 35.88%

R = 63.12%
G = 1%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#BE036C (or 0xBE036C) is known color: Jazzberry Jam. HEX triplet: BE, 03 and 6C. RGB value is (190,3,108). Sum of RGB (Red+Green+Blue) = 190+3+108=301 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.12% from 301); Green value is 3 (1.56% from 255 or 1.00% from 301); Blue value is 108 (42.58% from 255 or 35.88% from 301); Max value from RGB is 190 - color contains mainly: red. Hex color #BE036C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE036C is #41FC93. Grayscale: #464646. Windows color (decimal): -4324500 or 7078846. OLE color: 7078846.

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

Color convert

RGB 190 3 108 -
CMYK 0 0.98 0.43 0.25
HSL 326.31º 0.97% 0.38% -
HSV(B) 326.31º 0.98% 0.75% -
XYZ 23.97 12.09 15.26 -
YUV 70.88 148.95 212.96 -
System Red Green Blue C M Y K H S L
Decimal 190 3 108 0 0.98 0.43 0.25 326.31 0.97 0.38
Hex BE 3 6C 0 62 2B 19 146 61 26
Octal 276 3 154 0 142 53 31 506 141 46
Binary 10111110 11 1101100 0 1100010 101011 11001 101000110 1100001 100110

Color Harmonies of #BE036C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE036C

Black with #BE036C

Text Example


Text Example

White with #BE036C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE036C; }

 p { color: rgb(190,3,108); }

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

background-color css

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

 a { background-color: rgb(190,3,108); }

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

border-color css

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

 span { border-color: rgb(190,3,108); }

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