Html Css Color HEX #BD1566 Jazzberry Jam

📋 copy color: '#BD1566'

red 189 ◦ green 21 ◦ blue 102

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

Shades of Jazzberry Jam #BD1566

Tints of Jazzberry Jam #BD1566

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 32.69%

R = 60.58%
G = 6.73%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#BD1566 (or 0xBD1566) is known color: Jazzberry Jam. HEX triplet: BD, 15 and 66. RGB value is (189,21,102). Sum of RGB (Red+Green+Blue) = 189+21+102=312 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.58% from 312); Green value is 21 (8.59% from 255 or 6.73% from 312); Blue value is 102 (40.23% from 255 or 32.69% from 312); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1566 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD1566 is #42EA99. Grayscale: #505050. Windows color (decimal): -4385434 or 6690237. OLE color: 6690237.

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

Color convert

RGB 189 21 102 -
CMYK 0 0.89 0.46 0.26
HSL 331.07º 0.8% 0.41% -
HSV(B) 331.07º 0.89% 0.74% -
XYZ 23.65 12.31 13.7 -
YUV 80.47 140.16 205.41 -
System Red Green Blue C M Y K H S L
Decimal 189 21 102 0 0.89 0.46 0.26 331.07 0.8 0.41
Hex BD 15 66 0 59 2E 1A 14B 50 29
Octal 275 25 146 0 131 56 32 513 120 51
Binary 10111101 10101 1100110 0 1011001 101110 11010 101001011 1010000 101001

Color Harmonies of #BD1566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1566

Black with #BD1566

Text Example


Text Example

White with #BD1566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1566; }

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

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

background-color css

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

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

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

border-color css

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

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

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