Html Css Color HEX #BD046C Jazzberry Jam

📋 copy color: '#BD046C'

red 189 ◦ green 4 ◦ blue 108

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

Shades of Jazzberry Jam #BD046C

Tints of Jazzberry Jam #BD046C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 35.88%

R = 62.79%
G = 1.33%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BD046C (or 0xBD046C) is known color: Jazzberry Jam. HEX triplet: BD, 04 and 6C. RGB value is (189,4,108). Sum of RGB (Red+Green+Blue) = 189+4+108=301 (39% of max value = 765). Red value is 189 (74.22% from 255 or 62.79% from 301); Green value is 4 (1.95% from 255 or 1.33% from 301); Blue value is 108 (42.58% from 255 or 35.88% from 301); Max value from RGB is 189 - color contains mainly: red. Hex color #BD046C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD046C is #42FB93. Grayscale: #464646. Windows color (decimal): -4389780 or 7079101. OLE color: 7079101.

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

Color convert

RGB 189 4 108 -
CMYK 0 0.98 0.43 0.26
HSL 326.27º 0.96% 0.38% -
HSV(B) 326.27º 0.98% 0.74% -
XYZ 23.74 11.99 15.25 -
YUV 71.17 148.79 212.04 -
System Red Green Blue C M Y K H S L
Decimal 189 4 108 0 0.98 0.43 0.26 326.27 0.96 0.38
Hex BD 4 6C 0 62 2B 1A 146 60 26
Octal 275 4 154 0 142 53 32 506 140 46
Binary 10111101 100 1101100 0 1100010 101011 11010 101000110 1100000 100110

Color Harmonies of #BD046C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD046C

Black with #BD046C

Text Example


Text Example

White with #BD046C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD046C; }

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

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

background-color css

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

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

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

border-color css

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

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

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