Html Css Color HEX #BD1B68 Jazzberry Jam

📋 copy color: '#BD1B68'

red 189 ◦ green 27 ◦ blue 104

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

Shades of Jazzberry Jam #BD1B68

Tints of Jazzberry Jam #BD1B68

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.44%

 BLUE value IS 104 (41.02% from 255) = 32.5%

R = 59.06%
G = 8.44%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BD1B68 (or 0xBD1B68) is known color: Jazzberry Jam. HEX triplet: BD, 1B and 68. RGB value is (189,27,104). Sum of RGB (Red+Green+Blue) = 189+27+104=320 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.06% from 320); Green value is 27 (10.94% from 255 or 8.44% from 320); Blue value is 104 (41.02% from 255 or 32.5% from 320); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1B68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD1B68 is #42E497. Grayscale: #545454. Windows color (decimal): -4383896 or 6822845. OLE color: 6822845.

HSL color Cylindrical-coordinate representation of color #BD1B68: hue angle of 331.48º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BD1B68 is Cyan = 0, Magento = 0.86, Yellow = 0.45 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 27 104 -
CMYK 0 0.86 0.45 0.26
HSL 331.48º 0.75% 0.42% -
HSV(B) 331.48º 0.86% 0.74% -
XYZ 23.88 12.6 14.27 -
YUV 84.22 139.17 202.74 -
System Red Green Blue C M Y K H S L
Decimal 189 27 104 0 0.86 0.45 0.26 331.48 0.75 0.42
Hex BD 1B 68 0 56 2D 1A 14B 4B 2A
Octal 275 33 150 0 126 55 32 513 113 52
Binary 10111101 11011 1101000 0 1010110 101101 11010 101001011 1001011 101010

Color Harmonies of #BD1B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1B68

Black with #BD1B68

Text Example


Text Example

White with #BD1B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1B68; }

 p { color: rgb(189,27,104); }

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

background-color css

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

 a { background-color: rgb(189,27,104); }

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

border-color css

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

 span { border-color: rgb(189,27,104); }

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