Html Css Color HEX #BD034E Jazzberry Jam

📋 copy color: '#BD034E'

red 189 ◦ green 3 ◦ blue 78

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

Shades of Jazzberry Jam #BD034E

Tints of Jazzberry Jam #BD034E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 28.89%

R = 70%
G = 1.11%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BD034E (or 0xBD034E) is known color: Jazzberry Jam. HEX triplet: BD, 03 and 4E. RGB value is (189,3,78). Sum of RGB (Red+Green+Blue) = 189+3+78=270 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70% from 270); Green value is 3 (1.56% from 255 or 1.11% from 270); Blue value is 78 (30.86% from 255 or 28.89% from 270); Max value from RGB is 189 - color contains mainly: red. Hex color #BD034E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD034E is #42FCB1. Grayscale: #434343. Windows color (decimal): -4390066 or 5112765. OLE color: 5112765.

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

Color convert

RGB 189 3 78 -
CMYK 0 0.98 0.59 0.26
HSL 335.81º 0.97% 0.38% -
HSV(B) 335.81º 0.98% 0.74% -
XYZ 22.39 11.43 8.23 -
YUV 67.16 134.12 214.9 -
System Red Green Blue C M Y K H S L
Decimal 189 3 78 0 0.98 0.59 0.26 335.81 0.97 0.38
Hex BD 3 4E 0 62 3B 1A 150 61 26
Octal 275 3 116 0 142 73 32 520 141 46
Binary 10111101 11 1001110 0 1100010 111011 11010 101010000 1100001 100110

Color Harmonies of #BD034E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD034E

Black with #BD034E

Text Example


Text Example

White with #BD034E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD034E; }

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

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

background-color css

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

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

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

border-color css

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

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

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