Html Css Color HEX #BD0164 Jazzberry Jam

📋 copy color: '#BD0164'

red 189 ◦ green 1 ◦ blue 100

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

Shades of Jazzberry Jam #BD0164

Tints of Jazzberry Jam #BD0164

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.34%

 BLUE value IS 100 (39.45% from 255) = 34.48%

R = 65.17%
G = 0.34%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BD0164 (or 0xBD0164) is known color: Jazzberry Jam. HEX triplet: BD, 01 and 64. RGB value is (189,1,100). Sum of RGB (Red+Green+Blue) = 189+1+100=290 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.17% from 290); Green value is 1 (0.78% from 255 or 0.34% from 290); Blue value is 100 (39.45% from 255 or 34.48% from 290); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0164 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0164 is #42FE9B. Grayscale: #444444. Windows color (decimal): -4390556 or 6554045. OLE color: 6554045.

HSL color Cylindrical-coordinate representation of color #BD0164: hue angle of 328.4º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BD0164 is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 1 100 -
CMYK 0 0.99 0.47 0.26
HSL 328.4º 0.99% 0.37% -
HSV(B) 328.4º 0.99% 0.74% -
XYZ 23.3 11.76 13.1 -
YUV 68.5 145.78 213.95 -
System Red Green Blue C M Y K H S L
Decimal 189 1 100 0 0.99 0.47 0.26 328.4 0.99 0.37
Hex BD 1 64 0 63 2F 1A 148 63 25
Octal 275 1 144 0 143 57 32 510 143 45
Binary 10111101 1 1100100 0 1100011 101111 11010 101001000 1100011 100101

Color Harmonies of #BD0164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0164

Black with #BD0164

Text Example


Text Example

White with #BD0164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0164; }

 p { color: rgb(189,1,100); }

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

background-color css

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

 a { background-color: rgb(189,1,100); }

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

border-color css

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

 span { border-color: rgb(189,1,100); }

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