Html Css Color HEX #BD125D Jazzberry Jam

📋 copy color: '#BD125D'

red 189 ◦ green 18 ◦ blue 93

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

Shades of Jazzberry Jam #BD125D

Tints of Jazzberry Jam #BD125D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 31%

R = 63%
G = 6%
B = 31%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BD125D (or 0xBD125D) is known color: Jazzberry Jam. HEX triplet: BD, 12 and 5D. RGB value is (189,18,93). Sum of RGB (Red+Green+Blue) = 189+18+93=300 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63% from 300); Green value is 18 (7.42% from 255 or 6% from 300); Blue value is 93 (36.72% from 255 or 31% from 300); Max value from RGB is 189 - color contains mainly: red. Hex color #BD125D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD125D is #42EDA2. Grayscale: #4D4D4D. Windows color (decimal): -4386211 or 6099645. OLE color: 6099645.

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

Color convert

RGB 189 18 93 -
CMYK 0 0.90 0.51 0.26
HSL 333.68º 0.83% 0.41% -
HSV(B) 333.68º 0.9% 0.74% -
XYZ 23.18 12.04 11.46 -
YUV 77.68 136.65 207.4 -
System Red Green Blue C M Y K H S L
Decimal 189 18 93 0 0.90 0.51 0.26 333.68 0.83 0.41
Hex BD 12 5D 0 5A 33 1A 14E 53 29
Octal 275 22 135 0 132 63 32 516 123 51
Binary 10111101 10010 1011101 0 1011010 110011 11010 101001110 1010011 101001

Color Harmonies of #BD125D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD125D

Black with #BD125D

Text Example


Text Example

White with #BD125D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD125D; }

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

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

background-color css

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

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

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

border-color css

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

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

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