Html Css Color HEX #BD036C Jazzberry Jam

📋 copy color: '#BD036C'

red 189 ◦ green 3 ◦ blue 108

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

Shades of Jazzberry Jam #BD036C

Tints of Jazzberry Jam #BD036C

RGB

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

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

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

R = 63%
G = 1%
B = 36%

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

#BD036C (or 0xBD036C) is known color: Jazzberry Jam. HEX triplet: BD, 03 and 6C. RGB value is (189,3,108). Sum of RGB (Red+Green+Blue) = 189+3+108=300 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63% from 300); Green value is 3 (1.56% from 255 or 1% from 300); Blue value is 108 (42.58% from 255 or 36% from 300); Max value from RGB is 189 - color contains mainly: red. Hex color #BD036C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD036C is #42FC93. Grayscale: #464646. Windows color (decimal): -4390036 or 7078845. OLE color: 7078845.

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

Color convert

RGB 189 3 108 -
CMYK 0 0.98 0.43 0.26
HSL 326.13º 0.97% 0.38% -
HSV(B) 326.13º 0.98% 0.74% -
XYZ 23.73 11.97 15.25 -
YUV 70.58 149.12 212.46 -
System Red Green Blue C M Y K H S L
Decimal 189 3 108 0 0.98 0.43 0.26 326.13 0.97 0.38
Hex BD 3 6C 0 62 2B 1A 146 61 26
Octal 275 3 154 0 142 53 32 506 141 46
Binary 10111101 11 1101100 0 1100010 101011 11010 101000110 1100001 100110

Color Harmonies of #BD036C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD036C

Black with #BD036C

Text Example


Text Example

White with #BD036C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD036C; }

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

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

background-color css

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

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

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

border-color css

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

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

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