Html Css Color HEX #BD025D Jazzberry Jam

📋 copy color: '#BD025D'

red 189 ◦ green 2 ◦ blue 93

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

Shades of Jazzberry Jam #BD025D

Tints of Jazzberry Jam #BD025D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 32.75%

R = 66.55%
G = 0.7%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BD025D (or 0xBD025D) is known color: Jazzberry Jam. HEX triplet: BD, 02 and 5D. RGB value is (189,2,93). Sum of RGB (Red+Green+Blue) = 189+2+93=284 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.55% from 284); Green value is 2 (1.17% from 255 or 0.70% from 284); Blue value is 93 (36.72% from 255 or 32.75% from 284); Max value from RGB is 189 - color contains mainly: red. Hex color #BD025D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD025D is #42FDA2. Grayscale: #444444. Windows color (decimal): -4390307 or 6095549. OLE color: 6095549.

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

Color convert

RGB 189 2 93 -
CMYK 0 0.99 0.51 0.26
HSL 330.8º 0.98% 0.37% -
HSV(B) 330.8º 0.99% 0.74% -
XYZ 22.98 11.65 11.39 -
YUV 68.29 141.95 214.1 -
System Red Green Blue C M Y K H S L
Decimal 189 2 93 0 0.99 0.51 0.26 330.8 0.98 0.37
Hex BD 2 5D 0 63 33 1A 14B 62 25
Octal 275 2 135 0 143 63 32 513 142 45
Binary 10111101 10 1011101 0 1100011 110011 11010 101001011 1100010 100101

Color Harmonies of #BD025D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD025D

Black with #BD025D

Text Example


Text Example

White with #BD025D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD025D; }

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

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

background-color css

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

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

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

border-color css

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

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

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