Html Css Color HEX #BD1467 Jazzberry Jam

📋 copy color: '#BD1467'

red 189 ◦ green 20 ◦ blue 103

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

Shades of Jazzberry Jam #BD1467

Tints of Jazzberry Jam #BD1467

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.41%

 BLUE value IS 103 (40.63% from 255) = 33.01%

R = 60.58%
G = 6.41%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#BD1467 (or 0xBD1467) is known color: Jazzberry Jam. HEX triplet: BD, 14 and 67. RGB value is (189,20,103). Sum of RGB (Red+Green+Blue) = 189+20+103=312 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.58% from 312); Green value is 20 (8.20% from 255 or 6.41% from 312); Blue value is 103 (40.62% from 255 or 33.01% from 312); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1467 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD1467 is #42EB98. Grayscale: #4F4F4F. Windows color (decimal): -4385689 or 6755517. OLE color: 6755517.

HSL color Cylindrical-coordinate representation of color #BD1467: hue angle of 330.53º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BD1467 is Cyan = 0, Magento = 0.89, Yellow = 0.46 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 20 103 -
CMYK 0 0.89 0.46 0.26
HSL 330.53º 0.81% 0.41% -
HSV(B) 330.53º 0.89% 0.74% -
XYZ 23.68 12.3 13.96 -
YUV 79.99 140.99 205.75 -
System Red Green Blue C M Y K H S L
Decimal 189 20 103 0 0.89 0.46 0.26 330.53 0.81 0.41
Hex BD 14 67 0 59 2E 1A 14B 51 29
Octal 275 24 147 0 131 56 32 513 121 51
Binary 10111101 10100 1100111 0 1011001 101110 11010 101001011 1010001 101001

Color Harmonies of #BD1467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1467

Black with #BD1467

Text Example


Text Example

White with #BD1467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1467; }

 p { color: rgb(189,20,103); }

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

background-color css

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

 a { background-color: rgb(189,20,103); }

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

border-color css

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

 span { border-color: rgb(189,20,103); }

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