Html Css Color HEX #BD046A Jazzberry Jam

📋 copy color: '#BD046A'

red 189 ◦ green 4 ◦ blue 106

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

Shades of Jazzberry Jam #BD046A

Tints of Jazzberry Jam #BD046A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.34%

 BLUE value IS 106 (41.8% from 255) = 35.45%

R = 63.21%
G = 1.34%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BD046A (or 0xBD046A) is known color: Jazzberry Jam. HEX triplet: BD, 04 and 6A. RGB value is (189,4,106). Sum of RGB (Red+Green+Blue) = 189+4+106=299 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.21% from 299); Green value is 4 (1.95% from 255 or 1.34% from 299); Blue value is 106 (41.80% from 255 or 35.45% from 299); Max value from RGB is 189 - color contains mainly: red. Hex color #BD046A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD046A is #42FB95. Grayscale: #464646. Windows color (decimal): -4389782 or 6948029. OLE color: 6948029.

HSL color Cylindrical-coordinate representation of color #BD046A: hue angle of 326.92º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BD046A is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 4 106 -
CMYK 0 0.98 0.44 0.26
HSL 326.92º 0.96% 0.38% -
HSV(B) 326.92º 0.98% 0.74% -
XYZ 23.63 11.95 14.7 -
YUV 70.94 147.79 212.21 -
System Red Green Blue C M Y K H S L
Decimal 189 4 106 0 0.98 0.44 0.26 326.92 0.96 0.38
Hex BD 4 6A 0 62 2C 1A 147 60 26
Octal 275 4 152 0 142 54 32 507 140 46
Binary 10111101 100 1101010 0 1100010 101100 11010 101000111 1100000 100110

Color Harmonies of #BD046A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD046A

Black with #BD046A

Text Example


Text Example

White with #BD046A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD046A; }

 p { color: rgb(189,4,106); }

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

background-color css

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

 a { background-color: rgb(189,4,106); }

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

border-color css

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

 span { border-color: rgb(189,4,106); }

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