Html Css Color HEX #BD036A Jazzberry Jam

📋 copy color: '#BD036A'

red 189 ◦ green 3 ◦ blue 106

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

Shades of Jazzberry Jam #BD036A

Tints of Jazzberry Jam #BD036A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.01%

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

R = 63.42%
G = 1.01%
B = 35.57%

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

#BD036A (or 0xBD036A) is known color: Jazzberry Jam. HEX triplet: BD, 03 and 6A. RGB value is (189,3,106). Sum of RGB (Red+Green+Blue) = 189+3+106=298 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.42% from 298); Green value is 3 (1.56% from 255 or 1.01% from 298); Blue value is 106 (41.80% from 255 or 35.57% from 298); Max value from RGB is 189 - color contains mainly: red. Hex color #BD036A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD036A is #42FC95. Grayscale: #464646. Windows color (decimal): -4390038 or 6947773. OLE color: 6947773.

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

Color convert

RGB 189 3 106 -
CMYK 0 0.98 0.44 0.26
HSL 326.77º 0.97% 0.38% -
HSV(B) 326.77º 0.98% 0.74% -
XYZ 23.62 11.92 14.69 -
YUV 70.36 148.12 212.62 -
System Red Green Blue C M Y K H S L
Decimal 189 3 106 0 0.98 0.44 0.26 326.77 0.97 0.38
Hex BD 3 6A 0 62 2C 1A 147 61 26
Octal 275 3 152 0 142 54 32 507 141 46
Binary 10111101 11 1101010 0 1100010 101100 11010 101000111 1100001 100110

Color Harmonies of #BD036A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD036A

Black with #BD036A

Text Example


Text Example

White with #BD036A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD036A; }

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

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

background-color css

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

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

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

border-color css

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

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

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