Html Css Color HEX #BD1568 Jazzberry Jam

📋 copy color: '#BD1568'

red 189 ◦ green 21 ◦ blue 104

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

Shades of Jazzberry Jam #BD1568

Tints of Jazzberry Jam #BD1568

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.69%

 BLUE value IS 104 (41.02% from 255) = 33.12%

R = 60.19%
G = 6.69%
B = 33.12%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BD1568 (or 0xBD1568) is known color: Jazzberry Jam. HEX triplet: BD, 15 and 68. RGB value is (189,21,104). Sum of RGB (Red+Green+Blue) = 189+21+104=314 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.19% from 314); Green value is 21 (8.59% from 255 or 6.69% from 314); Blue value is 104 (41.02% from 255 or 33.12% from 314); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1568 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD1568 is #42EA97. Grayscale: #505050. Windows color (decimal): -4385432 or 6821309. OLE color: 6821309.

HSL color Cylindrical-coordinate representation of color #BD1568: hue angle of 330.36º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BD1568 is Cyan = 0, Magento = 0.89, Yellow = 0.45 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 21 104 -
CMYK 0 0.89 0.45 0.26
HSL 330.36º 0.8% 0.41% -
HSV(B) 330.36º 0.89% 0.74% -
XYZ 23.75 12.35 14.23 -
YUV 80.69 141.16 205.25 -
System Red Green Blue C M Y K H S L
Decimal 189 21 104 0 0.89 0.45 0.26 330.36 0.8 0.41
Hex BD 15 68 0 59 2D 1A 14A 50 29
Octal 275 25 150 0 131 55 32 512 120 51
Binary 10111101 10101 1101000 0 1011001 101101 11010 101001010 1010000 101001

Color Harmonies of #BD1568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1568

Black with #BD1568

Text Example


Text Example

White with #BD1568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1568; }

 p { color: rgb(189,21,104); }

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

background-color css

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

 a { background-color: rgb(189,21,104); }

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

border-color css

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

 span { border-color: rgb(189,21,104); }

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