Html Css Color HEX #BD026F Jazzberry Jam

📋 copy color: '#BD026F'

red 189 ◦ green 2 ◦ blue 111

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

Shades of Jazzberry Jam #BD026F

Tints of Jazzberry Jam #BD026F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 36.75%

R = 62.58%
G = 0.66%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BD026F (or 0xBD026F) is known color: Jazzberry Jam. HEX triplet: BD, 02 and 6F. RGB value is (189,2,111). Sum of RGB (Red+Green+Blue) = 189+2+111=302 (40% of max value = 765). Red value is 189 (74.22% from 255 or 62.58% from 302); Green value is 2 (1.17% from 255 or 0.66% from 302); Blue value is 111 (43.75% from 255 or 36.75% from 302); Max value from RGB is 189 - color contains mainly: red. Hex color #BD026F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD026F is #42FD90. Grayscale: #464646. Windows color (decimal): -4390289 or 7275197. OLE color: 7275197.

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

Color convert

RGB 189 2 111 -
CMYK 0 0.99 0.41 0.26
HSL 325.03º 0.98% 0.37% -
HSV(B) 325.03º 0.99% 0.74% -
XYZ 23.88 12.01 16.1 -
YUV 70.34 150.95 212.64 -
System Red Green Blue C M Y K H S L
Decimal 189 2 111 0 0.99 0.41 0.26 325.03 0.98 0.37
Hex BD 2 6F 0 63 29 1A 145 62 25
Octal 275 2 157 0 143 51 32 505 142 45
Binary 10111101 10 1101111 0 1100011 101001 11010 101000101 1100010 100101

Color Harmonies of #BD026F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD026F

Black with #BD026F

Text Example


Text Example

White with #BD026F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD026F; }

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

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

background-color css

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

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

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

border-color css

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

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

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