Html Css Color HEX #BD146B Jazzberry Jam

📋 copy color: '#BD146B'

red 189 ◦ green 20 ◦ blue 107

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

Shades of Jazzberry Jam #BD146B

Tints of Jazzberry Jam #BD146B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.33%

 BLUE value IS 107 (42.19% from 255) = 33.86%

R = 59.81%
G = 6.33%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BD146B (or 0xBD146B) is known color: Jazzberry Jam. HEX triplet: BD, 14 and 6B. RGB value is (189,20,107). Sum of RGB (Red+Green+Blue) = 189+20+107=316 (41% of max value = 765). Red value is 189 (74.22% from 255 or 59.81% from 316); Green value is 20 (8.20% from 255 or 6.33% from 316); Blue value is 107 (42.19% from 255 or 33.86% from 316); Max value from RGB is 189 - color contains mainly: red. Hex color #BD146B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD146B is #42EB94. Grayscale: #505050. Windows color (decimal): -4385685 or 7017661. OLE color: 7017661.

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

Color convert

RGB 189 20 107 -
CMYK 0 0.89 0.43 0.26
HSL 329.11º 0.81% 0.41% -
HSV(B) 329.11º 0.89% 0.74% -
XYZ 23.89 12.38 15.04 -
YUV 80.45 142.99 205.43 -
System Red Green Blue C M Y K H S L
Decimal 189 20 107 0 0.89 0.43 0.26 329.11 0.81 0.41
Hex BD 14 6B 0 59 2B 1A 149 51 29
Octal 275 24 153 0 131 53 32 511 121 51
Binary 10111101 10100 1101011 0 1011001 101011 11010 101001001 1010001 101001

Color Harmonies of #BD146B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD146B

Black with #BD146B

Text Example


Text Example

White with #BD146B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD146B; }

 p { color: rgb(189,20,107); }

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

background-color css

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

 a { background-color: rgb(189,20,107); }

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

border-color css

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

 span { border-color: rgb(189,20,107); }

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