Html Css Color HEX #BD115E Jazzberry Jam

📋 copy color: '#BD115E'

red 189 ◦ green 17 ◦ blue 94

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

Shades of Jazzberry Jam #BD115E

Tints of Jazzberry Jam #BD115E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 31.33%

R = 63%
G = 5.67%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#BD115E (or 0xBD115E) is known color: Jazzberry Jam. HEX triplet: BD, 11 and 5E. RGB value is (189,17,94). Sum of RGB (Red+Green+Blue) = 189+17+94=300 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63% from 300); Green value is 17 (7.03% from 255 or 5.67% from 300); Blue value is 94 (37.11% from 255 or 31.33% from 300); Max value from RGB is 189 - color contains mainly: red. Hex color #BD115E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD115E is #42EEA1. Grayscale: #4D4D4D. Windows color (decimal): -4386466 or 6164925. OLE color: 6164925.

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

Color convert

RGB 189 17 94 -
CMYK 0 0.91 0.50 0.26
HSL 333.14º 0.83% 0.4% -
HSV(B) 333.14º 0.91% 0.74% -
XYZ 23.21 12.03 11.69 -
YUV 77.21 137.48 207.74 -
System Red Green Blue C M Y K H S L
Decimal 189 17 94 0 0.91 0.50 0.26 333.14 0.83 0.4
Hex BD 11 5E 0 5B 32 1A 14D 53 28
Octal 275 21 136 0 133 62 32 515 123 50
Binary 10111101 10001 1011110 0 1011011 110010 11010 101001101 1010011 101000

Color Harmonies of #BD115E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD115E

Black with #BD115E

Text Example


Text Example

White with #BD115E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD115E; }

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

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

background-color css

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

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

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

border-color css

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

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

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