Html Css Color HEX #BD125F Jazzberry Jam

📋 copy color: '#BD125F'

red 189 ◦ green 18 ◦ blue 95

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

Shades of Jazzberry Jam #BD125F

Tints of Jazzberry Jam #BD125F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.96%

 BLUE value IS 95 (37.5% from 255) = 31.46%

R = 62.58%
G = 5.96%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#BD125F (or 0xBD125F) is known color: Jazzberry Jam. HEX triplet: BD, 12 and 5F. RGB value is (189,18,95). Sum of RGB (Red+Green+Blue) = 189+18+95=302 (40% of max value = 765). Red value is 189 (74.22% from 255 or 62.58% from 302); Green value is 18 (7.42% from 255 or 5.96% from 302); Blue value is 95 (37.5% from 255 or 31.46% from 302); Max value from RGB is 189 - color contains mainly: red. Hex color #BD125F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD125F is #42EDA0. Grayscale: #4D4D4D. Windows color (decimal): -4386209 or 6230717. OLE color: 6230717.

HSL color Cylindrical-coordinate representation of color #BD125F: hue angle of 332.98º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD125F is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 18 95 -
CMYK 0 0.90 0.50 0.26
HSL 332.98º 0.83% 0.41% -
HSV(B) 332.98º 0.9% 0.74% -
XYZ 23.27 12.08 11.93 -
YUV 77.91 137.65 207.24 -
System Red Green Blue C M Y K H S L
Decimal 189 18 95 0 0.90 0.50 0.26 332.98 0.83 0.41
Hex BD 12 5F 0 5A 32 1A 14D 53 29
Octal 275 22 137 0 132 62 32 515 123 51
Binary 10111101 10010 1011111 0 1011010 110010 11010 101001101 1010011 101001

Color Harmonies of #BD125F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD125F

Black with #BD125F

Text Example


Text Example

White with #BD125F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD125F; }

 p { color: rgb(189,18,95); }

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

background-color css

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

 a { background-color: rgb(189,18,95); }

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

border-color css

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

 span { border-color: rgb(189,18,95); }

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