Html Css Color HEX #BC0252 Jazzberry Jam

📋 copy color: '#BC0252'

red 188 ◦ green 2 ◦ blue 82

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

Shades of Jazzberry Jam #BC0252

Tints of Jazzberry Jam #BC0252

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 30.15%

R = 69.12%
G = 0.74%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#BC0252 (or 0xBC0252) is known color: Jazzberry Jam. HEX triplet: BC, 02 and 52. RGB value is (188,2,82). Sum of RGB (Red+Green+Blue) = 188+2+82=272 (36% of max value = 765). Red value is 188 (73.83% from 255 or 69.12% from 272); Green value is 2 (1.17% from 255 or 0.74% from 272); Blue value is 82 (32.42% from 255 or 30.15% from 272); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0252 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0252 is #43FDAD. Grayscale: #424242. Windows color (decimal): -4455854 or 5374652. OLE color: 5374652.

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

Color convert

RGB 188 2 82 -
CMYK 0 0.99 0.56 0.26
HSL 334.19º 0.98% 0.37% -
HSV(B) 334.19º 0.99% 0.74% -
XYZ 22.28 11.34 9 -
YUV 66.73 136.62 214.5 -
System Red Green Blue C M Y K H S L
Decimal 188 2 82 0 0.99 0.56 0.26 334.19 0.98 0.37
Hex BC 2 52 0 63 38 1A 14E 62 25
Octal 274 2 122 0 143 70 32 516 142 45
Binary 10111100 10 1010010 0 1100011 111000 11010 101001110 1100010 100101

Color Harmonies of #BC0252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0252

Black with #BC0252

Text Example


Text Example

White with #BC0252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0252; }

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

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

background-color css

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

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

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

border-color css

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

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

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