Html Css Color HEX #BD0362 Jazzberry Jam

📋 copy color: '#BD0362'

red 189 ◦ green 3 ◦ blue 98

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

Shades of Jazzberry Jam #BD0362

Tints of Jazzberry Jam #BD0362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 33.79%

R = 65.17%
G = 1.03%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.48

 K value IS 0.26

RGB Variations

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

Color information

#BD0362 (or 0xBD0362) is known color: Jazzberry Jam. HEX triplet: BD, 03 and 62. RGB value is (189,3,98). Sum of RGB (Red+Green+Blue) = 189+3+98=290 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.17% from 290); Green value is 3 (1.56% from 255 or 1.03% from 290); Blue value is 98 (38.67% from 255 or 33.79% from 290); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0362 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0362 is #42FC9D. Grayscale: #454545. Windows color (decimal): -4390046 or 6423485. OLE color: 6423485.

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

Color convert

RGB 189 3 98 -
CMYK 0 0.98 0.48 0.26
HSL 329.35º 0.97% 0.38% -
HSV(B) 329.35º 0.98% 0.74% -
XYZ 23.22 11.77 12.6 -
YUV 69.44 144.12 213.28 -
System Red Green Blue C M Y K H S L
Decimal 189 3 98 0 0.98 0.48 0.26 329.35 0.97 0.38
Hex BD 3 62 0 62 30 1A 149 61 26
Octal 275 3 142 0 142 60 32 511 141 46
Binary 10111101 11 1100010 0 1100010 110000 11010 101001001 1100001 100110

Color Harmonies of #BD0362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0362

Black with #BD0362

Text Example


Text Example

White with #BD0362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0362; }

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

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

background-color css

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

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

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

border-color css

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

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

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