Html Css Color HEX #BC025D Jazzberry Jam

📋 copy color: '#BC025D'

red 188 ◦ green 2 ◦ blue 93

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

Shades of Jazzberry Jam #BC025D

Tints of Jazzberry Jam #BC025D

RGB

 RED value IS 188 (73.83% from 255) = 66.43%

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

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

R = 66.43%
G = 0.71%
B = 32.86%

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

#BC025D (or 0xBC025D) is known color: Jazzberry Jam. HEX triplet: BC, 02 and 5D. RGB value is (188,2,93). Sum of RGB (Red+Green+Blue) = 188+2+93=283 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.43% from 283); Green value is 2 (1.17% from 255 or 0.71% from 283); Blue value is 93 (36.72% from 255 or 32.86% from 283); Max value from RGB is 188 - color contains mainly: red. Hex color #BC025D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC025D is #43FDA2. Grayscale: #434343. Windows color (decimal): -4455843 or 6095548. OLE color: 6095548.

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

Color convert

RGB 188 2 93 -
CMYK 0 0.99 0.51 0.26
HSL 330.65º 0.98% 0.37% -
HSV(B) 330.65º 0.99% 0.74% -
XYZ 22.74 11.53 11.38 -
YUV 67.99 142.12 213.6 -
System Red Green Blue C M Y K H S L
Decimal 188 2 93 0 0.99 0.51 0.26 330.65 0.98 0.37
Hex BC 2 5D 0 63 33 1A 14B 62 25
Octal 274 2 135 0 143 63 32 513 142 45
Binary 10111100 10 1011101 0 1100011 110011 11010 101001011 1100010 100101

Color Harmonies of #BC025D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC025D

Black with #BC025D

Text Example


Text Example

White with #BC025D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC025D; }

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

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

background-color css

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

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

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

border-color css

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

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

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