Html Css Color HEX #BD1B5E Jazzberry Jam

📋 copy color: '#BD1B5E'

red 189 ◦ green 27 ◦ blue 94

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

Shades of Jazzberry Jam #BD1B5E

Tints of Jazzberry Jam #BD1B5E

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.71%

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

R = 60.97%
G = 8.71%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#BD1B5E (or 0xBD1B5E) is known color: Jazzberry Jam. HEX triplet: BD, 1B and 5E. RGB value is (189,27,94). Sum of RGB (Red+Green+Blue) = 189+27+94=310 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.97% from 310); Green value is 27 (10.94% from 255 or 8.71% from 310); Blue value is 94 (37.11% from 255 or 30.32% from 310); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1B5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD1B5E is #42E4A1. Grayscale: #525252. Windows color (decimal): -4383906 or 6167485. OLE color: 6167485.

HSL color Cylindrical-coordinate representation of color #BD1B5E: hue angle of 335.19º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BD1B5E is Cyan = 0, Magento = 0.86, Yellow = 0.50 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 27 94 -
CMYK 0 0.86 0.50 0.26
HSL 335.19º 0.75% 0.42% -
HSV(B) 335.19º 0.86% 0.74% -
XYZ 23.4 12.41 11.75 -
YUV 83.08 134.17 203.55 -
System Red Green Blue C M Y K H S L
Decimal 189 27 94 0 0.86 0.50 0.26 335.19 0.75 0.42
Hex BD 1B 5E 0 56 32 1A 14F 4B 2A
Octal 275 33 136 0 126 62 32 517 113 52
Binary 10111101 11011 1011110 0 1010110 110010 11010 101001111 1001011 101010

Color Harmonies of #BD1B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1B5E

Black with #BD1B5E

Text Example


Text Example

White with #BD1B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1B5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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