Html Css Color HEX #BD0150 Jazzberry Jam

📋 copy color: '#BD0150'

red 189 ◦ green 1 ◦ blue 80

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

Shades of Jazzberry Jam #BD0150

Tints of Jazzberry Jam #BD0150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 29.63%

R = 70%
G = 0.37%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#BD0150 (or 0xBD0150) is known color: Jazzberry Jam. HEX triplet: BD, 01 and 50. RGB value is (189,1,80). Sum of RGB (Red+Green+Blue) = 189+1+80=270 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70% from 270); Green value is 1 (0.78% from 255 or 0.37% from 270); Blue value is 80 (31.64% from 255 or 29.63% from 270); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0150 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0150 is #42FEAF. Grayscale: #424242. Windows color (decimal): -4390576 or 5243325. OLE color: 5243325.

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

Color convert

RGB 189 1 80 -
CMYK 0 0.99 0.58 0.26
HSL 334.79º 0.99% 0.37% -
HSV(B) 334.79º 0.99% 0.74% -
XYZ 22.45 11.42 8.61 -
YUV 66.22 135.78 215.58 -
System Red Green Blue C M Y K H S L
Decimal 189 1 80 0 0.99 0.58 0.26 334.79 0.99 0.37
Hex BD 1 50 0 63 3A 1A 14F 63 25
Octal 275 1 120 0 143 72 32 517 143 45
Binary 10111101 1 1010000 0 1100011 111010 11010 101001111 1100011 100101

Color Harmonies of #BD0150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0150

Black with #BD0150

Text Example


Text Example

White with #BD0150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0150; }

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

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

background-color css

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

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

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

border-color css

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

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

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