Html Css Color HEX #BD116C Jazzberry Jam

📋 copy color: '#BD116C'

red 189 ◦ green 17 ◦ blue 108

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

Shades of Jazzberry Jam #BD116C

Tints of Jazzberry Jam #BD116C

RGB

 RED value IS 189 (74.22% from 255) = 60.19%

 GREEN value IS 17 (7.03% from 255) = 5.41%

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

R = 60.19%
G = 5.41%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BD116C (or 0xBD116C) is known color: Jazzberry Jam. HEX triplet: BD, 11 and 6C. RGB value is (189,17,108). Sum of RGB (Red+Green+Blue) = 189+17+108=314 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.19% from 314); Green value is 17 (7.03% from 255 or 5.41% from 314); Blue value is 108 (42.58% from 255 or 34.39% from 314); Max value from RGB is 189 - color contains mainly: red. Hex color #BD116C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD116C is #42EE93. Grayscale: #4E4E4E. Windows color (decimal): -4386452 or 7082429. OLE color: 7082429.

HSL color Cylindrical-coordinate representation of color #BD116C: hue angle of 328.26º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BD116C is Cyan = 0, Magento = 0.91, Yellow = 0.43 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 17 108 -
CMYK 0 0.91 0.43 0.26
HSL 328.26º 0.83% 0.4% -
HSV(B) 328.26º 0.91% 0.74% -
XYZ 23.89 12.3 15.3 -
YUV 78.8 144.48 206.6 -
System Red Green Blue C M Y K H S L
Decimal 189 17 108 0 0.91 0.43 0.26 328.26 0.83 0.4
Hex BD 11 6C 0 5B 2B 1A 148 53 28
Octal 275 21 154 0 133 53 32 510 123 50
Binary 10111101 10001 1101100 0 1011011 101011 11010 101001000 1010011 101000

Color Harmonies of #BD116C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD116C

Black with #BD116C

Text Example


Text Example

White with #BD116C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD116C; }

 p { color: rgb(189,17,108); }

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

background-color css

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

 a { background-color: rgb(189,17,108); }

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

border-color css

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

 span { border-color: rgb(189,17,108); }

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