Html Css Color HEX #BD024F Jazzberry Jam

📋 copy color: '#BD024F'

red 189 ◦ green 2 ◦ blue 79

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

Shades of Jazzberry Jam #BD024F

Tints of Jazzberry Jam #BD024F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.74%

 BLUE value IS 79 (31.25% from 255) = 29.26%

R = 70%
G = 0.74%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#BD024F (or 0xBD024F) is known color: Jazzberry Jam. HEX triplet: BD, 02 and 4F. RGB value is (189,2,79). Sum of RGB (Red+Green+Blue) = 189+2+79=270 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70% from 270); Green value is 2 (1.17% from 255 or 0.74% from 270); Blue value is 79 (31.25% from 255 or 29.26% from 270); Max value from RGB is 189 - color contains mainly: red. Hex color #BD024F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD024F is #42FDB0. Grayscale: #424242. Windows color (decimal): -4390321 or 5178045. OLE color: 5178045.

HSL color Cylindrical-coordinate representation of color #BD024F: hue angle of 335.29º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BD024F is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 2 79 -
CMYK 0 0.99 0.58 0.26
HSL 335.29º 0.98% 0.37% -
HSV(B) 335.29º 0.99% 0.74% -
XYZ 22.42 11.43 8.42 -
YUV 66.69 134.95 215.24 -
System Red Green Blue C M Y K H S L
Decimal 189 2 79 0 0.99 0.58 0.26 335.29 0.98 0.37
Hex BD 2 4F 0 63 3A 1A 14F 62 25
Octal 275 2 117 0 143 72 32 517 142 45
Binary 10111101 10 1001111 0 1100011 111010 11010 101001111 1100010 100101

Color Harmonies of #BD024F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD024F

Black with #BD024F

Text Example


Text Example

White with #BD024F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD024F; }

 p { color: rgb(189,2,79); }

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

background-color css

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

 a { background-color: rgb(189,2,79); }

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

border-color css

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

 span { border-color: rgb(189,2,79); }

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