Html Css Color HEX #BD0167 Jazzberry Jam

📋 copy color: '#BD0167'

red 189 ◦ green 1 ◦ blue 103

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

Shades of Jazzberry Jam #BD0167

Tints of Jazzberry Jam #BD0167

RGB

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

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

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

R = 64.51%
G = 0.34%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#BD0167 (or 0xBD0167) is known color: Jazzberry Jam. HEX triplet: BD, 01 and 67. RGB value is (189,1,103). Sum of RGB (Red+Green+Blue) = 189+1+103=293 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.51% from 293); Green value is 1 (0.78% from 255 or 0.34% from 293); Blue value is 103 (40.62% from 255 or 35.15% from 293); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0167 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0167 is #42FE98. Grayscale: #444444. Windows color (decimal): -4390553 or 6750653. OLE color: 6750653.

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

Color convert

RGB 189 1 103 -
CMYK 0 0.99 0.46 0.26
HSL 327.45º 0.99% 0.37% -
HSV(B) 327.45º 0.99% 0.74% -
XYZ 23.45 11.82 13.88 -
YUV 68.84 147.28 213.71 -
System Red Green Blue C M Y K H S L
Decimal 189 1 103 0 0.99 0.46 0.26 327.45 0.99 0.37
Hex BD 1 67 0 63 2E 1A 147 63 25
Octal 275 1 147 0 143 56 32 507 143 45
Binary 10111101 1 1100111 0 1100011 101110 11010 101000111 1100011 100101

Color Harmonies of #BD0167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0167

Black with #BD0167

Text Example


Text Example

White with #BD0167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0167; }

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

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

background-color css

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

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

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

border-color css

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

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

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