Html Css Color HEX #BD026A Jazzberry Jam

📋 copy color: '#BD026A'

red 189 ◦ green 2 ◦ blue 106

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

Shades of Jazzberry Jam #BD026A

Tints of Jazzberry Jam #BD026A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.67%

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

R = 63.64%
G = 0.67%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BD026A (or 0xBD026A) is known color: Jazzberry Jam. HEX triplet: BD, 02 and 6A. RGB value is (189,2,106). Sum of RGB (Red+Green+Blue) = 189+2+106=297 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.64% from 297); Green value is 2 (1.17% from 255 or 0.67% from 297); Blue value is 106 (41.80% from 255 or 35.69% from 297); Max value from RGB is 189 - color contains mainly: red. Hex color #BD026A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD026A is #42FD95. Grayscale: #454545. Windows color (decimal): -4390294 or 6947517. OLE color: 6947517.

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

Color convert

RGB 189 2 106 -
CMYK 0 0.99 0.44 0.26
HSL 326.63º 0.98% 0.37% -
HSV(B) 326.63º 0.99% 0.74% -
XYZ 23.61 11.9 14.69 -
YUV 69.77 148.45 213.04 -
System Red Green Blue C M Y K H S L
Decimal 189 2 106 0 0.99 0.44 0.26 326.63 0.98 0.37
Hex BD 2 6A 0 63 2C 1A 147 62 25
Octal 275 2 152 0 143 54 32 507 142 45
Binary 10111101 10 1101010 0 1100011 101100 11010 101000111 1100010 100101

Color Harmonies of #BD026A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD026A

Black with #BD026A

Text Example


Text Example

White with #BD026A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD026A; }

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

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

background-color css

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

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

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

border-color css

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

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

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