Html Css Color HEX #BE106B Jazzberry Jam

📋 copy color: '#BE106B'

red 190 ◦ green 16 ◦ blue 107

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

Shades of Jazzberry Jam #BE106B

Tints of Jazzberry Jam #BE106B

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.11%

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

R = 60.7%
G = 5.11%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#BE106B (or 0xBE106B) is known color: Jazzberry Jam. HEX triplet: BE, 10 and 6B. RGB value is (190,16,107). Sum of RGB (Red+Green+Blue) = 190+16+107=313 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.70% from 313); Green value is 16 (6.64% from 255 or 5.11% from 313); Blue value is 107 (42.19% from 255 or 34.19% from 313); Max value from RGB is 190 - color contains mainly: red. Hex color #BE106B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE106B is #41EF94. Grayscale: #4E4E4E. Windows color (decimal): -4321173 or 7016638. OLE color: 7016638.

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

Color convert

RGB 190 16 107 -
CMYK 0 0.92 0.44 0.25
HSL 328.62º 0.84% 0.4% -
HSV(B) 328.62º 0.92% 0.75% -
XYZ 24.07 12.38 15.03 -
YUV 78.4 144.15 207.6 -
System Red Green Blue C M Y K H S L
Decimal 190 16 107 0 0.92 0.44 0.25 328.62 0.84 0.4
Hex BE 10 6B 0 5C 2C 19 149 54 28
Octal 276 20 153 0 134 54 31 511 124 50
Binary 10111110 10000 1101011 0 1011100 101100 11001 101001001 1010100 101000

Color Harmonies of #BE106B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE106B

Black with #BE106B

Text Example


Text Example

White with #BE106B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE106B; }

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

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

background-color css

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

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

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

border-color css

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

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

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