Html Css Color HEX #BD115D Jazzberry Jam

📋 copy color: '#BD115D'

red 189 ◦ green 17 ◦ blue 93

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

Shades of Jazzberry Jam #BD115D

Tints of Jazzberry Jam #BD115D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 31.1%

R = 63.21%
G = 5.69%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BD115D (or 0xBD115D) is known color: Jazzberry Jam. HEX triplet: BD, 11 and 5D. RGB value is (189,17,93). Sum of RGB (Red+Green+Blue) = 189+17+93=299 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.21% from 299); Green value is 17 (7.03% from 255 or 5.69% from 299); Blue value is 93 (36.72% from 255 or 31.10% from 299); Max value from RGB is 189 - color contains mainly: red. Hex color #BD115D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD115D is #42EEA2. Grayscale: #4C4C4C. Windows color (decimal): -4386467 or 6099389. OLE color: 6099389.

HSL color Cylindrical-coordinate representation of color #BD115D: hue angle of 333.49º 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 #BD115D is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 17 93 -
CMYK 0 0.91 0.51 0.26
HSL 333.49º 0.83% 0.4% -
HSV(B) 333.49º 0.91% 0.74% -
XYZ 23.16 12.01 11.45 -
YUV 77.09 136.98 207.82 -
System Red Green Blue C M Y K H S L
Decimal 189 17 93 0 0.91 0.51 0.26 333.49 0.83 0.4
Hex BD 11 5D 0 5B 33 1A 14D 53 28
Octal 275 21 135 0 133 63 32 515 123 50
Binary 10111101 10001 1011101 0 1011011 110011 11010 101001101 1010011 101000

Color Harmonies of #BD115D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD115D

Black with #BD115D

Text Example


Text Example

White with #BD115D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD115D; }

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

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

background-color css

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

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

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

border-color css

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

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

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