Html Css Color HEX #BD1263 Jazzberry Jam

📋 copy color: '#BD1263'

red 189 ◦ green 18 ◦ blue 99

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

Shades of Jazzberry Jam #BD1263

Tints of Jazzberry Jam #BD1263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 32.35%

R = 61.76%
G = 5.88%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.48

 K value IS 0.26

RGB Variations

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

Color information

#BD1263 (or 0xBD1263) is known color: Jazzberry Jam. HEX triplet: BD, 12 and 63. RGB value is (189,18,99). Sum of RGB (Red+Green+Blue) = 189+18+99=306 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.76% from 306); Green value is 18 (7.42% from 255 or 5.88% from 306); Blue value is 99 (39.06% from 255 or 32.35% from 306); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1263 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD1263 is #42ED9C. Grayscale: #4E4E4E. Windows color (decimal): -4386205 or 6492861. OLE color: 6492861.

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

Color convert

RGB 189 18 99 -
CMYK 0 0.90 0.48 0.26
HSL 331.58º 0.83% 0.41% -
HSV(B) 331.58º 0.9% 0.74% -
XYZ 23.45 12.15 12.91 -
YUV 78.36 139.65 206.91 -
System Red Green Blue C M Y K H S L
Decimal 189 18 99 0 0.90 0.48 0.26 331.58 0.83 0.41
Hex BD 12 63 0 5A 30 1A 14C 53 29
Octal 275 22 143 0 132 60 32 514 123 51
Binary 10111101 10010 1100011 0 1011010 110000 11010 101001100 1010011 101001

Color Harmonies of #BD1263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1263

Black with #BD1263

Text Example


Text Example

White with #BD1263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1263; }

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

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

background-color css

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

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

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

border-color css

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

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

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