Html Css Color HEX #BE0D6B Jazzberry Jam

📋 copy color: '#BE0D6B'

red 190 ◦ green 13 ◦ blue 107

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

Shades of Jazzberry Jam #BE0D6B

Tints of Jazzberry Jam #BE0D6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 34.52%

R = 61.29%
G = 4.19%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#BE0D6B (or 0xBE0D6B) is known color: Jazzberry Jam. HEX triplet: BE, 0D and 6B. RGB value is (190,13,107). Sum of RGB (Red+Green+Blue) = 190+13+107=310 (41% of max value = 765). Red value is 190 (74.61% from 255 or 61.29% from 310); Green value is 13 (5.47% from 255 or 4.19% from 310); Blue value is 107 (42.19% from 255 or 34.52% from 310); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0D6B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0D6B is #41F294. Grayscale: #4C4C4C. Windows color (decimal): -4321941 or 7015870. OLE color: 7015870.

HSL color Cylindrical-coordinate representation of color #BE0D6B: hue angle of 328.14º 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 #BE0D6B is Cyan = 0, Magento = 0.93, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 13 107 -
CMYK 0 0.93 0.44 0.25
HSL 328.14º 0.87% 0.4% -
HSV(B) 328.14º 0.93% 0.75% -
XYZ 24.03 12.3 15.02 -
YUV 76.64 145.14 208.86 -
System Red Green Blue C M Y K H S L
Decimal 190 13 107 0 0.93 0.44 0.25 328.14 0.87 0.4
Hex BE D 6B 0 5D 2C 19 148 57 28
Octal 276 15 153 0 135 54 31 510 127 50
Binary 10111110 1101 1101011 0 1011101 101100 11001 101001000 1010111 101000

Color Harmonies of #BE0D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0D6B

Black with #BE0D6B

Text Example


Text Example

White with #BE0D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0D6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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