Html Css Color HEX #BD0C62 Jazzberry Jam

📋 copy color: '#BD0C62'

red 189 ◦ green 12 ◦ blue 98

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

Shades of Jazzberry Jam #BD0C62

Tints of Jazzberry Jam #BD0C62

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.01%

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

R = 63.21%
G = 4.01%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.48

 K value IS 0.26

RGB Variations

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

Color information

#BD0C62 (or 0xBD0C62) is known color: Jazzberry Jam. HEX triplet: BD, 0C and 62. RGB value is (189,12,98). Sum of RGB (Red+Green+Blue) = 189+12+98=299 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.21% from 299); Green value is 12 (5.08% from 255 or 4.01% from 299); Blue value is 98 (38.67% from 255 or 32.78% from 299); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0C62 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0C62 is #42F39D. Grayscale: #4A4A4A. Windows color (decimal): -4387742 or 6425789. OLE color: 6425789.

HSL color Cylindrical-coordinate representation of color #BD0C62: hue angle of 330.85º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BD0C62 is Cyan = 0, Magento = 0.94, Yellow = 0.48 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 12 98 -
CMYK 0 0.94 0.48 0.26
HSL 330.85º 0.88% 0.39% -
HSV(B) 330.85º 0.94% 0.74% -
XYZ 23.32 11.96 12.64 -
YUV 74.73 141.14 209.51 -
System Red Green Blue C M Y K H S L
Decimal 189 12 98 0 0.94 0.48 0.26 330.85 0.88 0.39
Hex BD C 62 0 5E 30 1A 14B 58 27
Octal 275 14 142 0 136 60 32 513 130 47
Binary 10111101 1100 1100010 0 1011110 110000 11010 101001011 1011000 100111

Color Harmonies of #BD0C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0C62

Black with #BD0C62

Text Example


Text Example

White with #BD0C62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0C62; }

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

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

background-color css

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

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

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

border-color css

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

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

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