Html Css Color HEX #BD136A Jazzberry Jam

📋 copy color: '#BD136A'

red 189 ◦ green 19 ◦ blue 106

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

Shades of Jazzberry Jam #BD136A

Tints of Jazzberry Jam #BD136A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.05%

 BLUE value IS 106 (41.8% from 255) = 33.76%

R = 60.19%
G = 6.05%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BD136A (or 0xBD136A) is known color: Jazzberry Jam. HEX triplet: BD, 13 and 6A. RGB value is (189,19,106). Sum of RGB (Red+Green+Blue) = 189+19+106=314 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.19% from 314); Green value is 19 (7.81% from 255 or 6.05% from 314); Blue value is 106 (41.80% from 255 or 33.76% from 314); Max value from RGB is 189 - color contains mainly: red. Hex color #BD136A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD136A is #42EC95. Grayscale: #4F4F4F. Windows color (decimal): -4385942 or 6951869. OLE color: 6951869.

HSL color Cylindrical-coordinate representation of color #BD136A: hue angle of 329.29º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD136A is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 19 106 -
CMYK 0 0.90 0.44 0.26
HSL 329.29º 0.82% 0.41% -
HSV(B) 329.29º 0.9% 0.74% -
XYZ 23.82 12.33 14.76 -
YUV 79.75 142.82 205.93 -
System Red Green Blue C M Y K H S L
Decimal 189 19 106 0 0.90 0.44 0.26 329.29 0.82 0.41
Hex BD 13 6A 0 5A 2C 1A 149 52 29
Octal 275 23 152 0 132 54 32 511 122 51
Binary 10111101 10011 1101010 0 1011010 101100 11010 101001001 1010010 101001

Color Harmonies of #BD136A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD136A

Black with #BD136A

Text Example


Text Example

White with #BD136A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD136A; }

 p { color: rgb(189,19,106); }

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

background-color css

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

 a { background-color: rgb(189,19,106); }

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

border-color css

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

 span { border-color: rgb(189,19,106); }

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