Html Css Color HEX #BD026D Jazzberry Jam

📋 copy color: '#BD026D'

red 189 ◦ green 2 ◦ blue 109

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

Shades of Jazzberry Jam #BD026D

Tints of Jazzberry Jam #BD026D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 36.33%

R = 63%
G = 0.67%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#BD026D (or 0xBD026D) is known color: Jazzberry Jam. HEX triplet: BD, 02 and 6D. RGB value is (189,2,109). Sum of RGB (Red+Green+Blue) = 189+2+109=300 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63% from 300); Green value is 2 (1.17% from 255 or 0.67% from 300); Blue value is 109 (42.97% from 255 or 36.33% from 300); Max value from RGB is 189 - color contains mainly: red. Hex color #BD026D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD026D is #42FD92. Grayscale: #454545. Windows color (decimal): -4390291 or 7144125. OLE color: 7144125.

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

Color convert

RGB 189 2 109 -
CMYK 0 0.99 0.42 0.26
HSL 325.67º 0.98% 0.37% -
HSV(B) 325.67º 0.99% 0.74% -
XYZ 23.77 11.97 15.53 -
YUV 70.11 149.95 212.8 -
System Red Green Blue C M Y K H S L
Decimal 189 2 109 0 0.99 0.42 0.26 325.67 0.98 0.37
Hex BD 2 6D 0 63 2A 1A 146 62 25
Octal 275 2 155 0 143 52 32 506 142 45
Binary 10111101 10 1101101 0 1100011 101010 11010 101000110 1100010 100101

Color Harmonies of #BD026D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD026D

Black with #BD026D

Text Example


Text Example

White with #BD026D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD026D; }

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

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

background-color css

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

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

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

border-color css

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

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

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