Html Css Color HEX #BC0251 Jazzberry Jam

📋 copy color: '#BC0251'

red 188 ◦ green 2 ◦ blue 81

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

Shades of Jazzberry Jam #BC0251

Tints of Jazzberry Jam #BC0251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 29.89%

R = 69.37%
G = 0.74%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#BC0251 (or 0xBC0251) is known color: Jazzberry Jam. HEX triplet: BC, 02 and 51. RGB value is (188,2,81). Sum of RGB (Red+Green+Blue) = 188+2+81=271 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.37% from 271); Green value is 2 (1.17% from 255 or 0.74% from 271); Blue value is 81 (32.03% from 255 or 29.89% from 271); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0251 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0251 is #43FDAE. Grayscale: #424242. Windows color (decimal): -4455855 or 5309116. OLE color: 5309116.

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

Color convert

RGB 188 2 81 -
CMYK 0 0.99 0.57 0.26
HSL 334.52º 0.98% 0.37% -
HSV(B) 334.52º 0.99% 0.74% -
XYZ 22.25 11.33 8.8 -
YUV 66.62 136.12 214.58 -
System Red Green Blue C M Y K H S L
Decimal 188 2 81 0 0.99 0.57 0.26 334.52 0.98 0.37
Hex BC 2 51 0 63 39 1A 14F 62 25
Octal 274 2 121 0 143 71 32 517 142 45
Binary 10111100 10 1010001 0 1100011 111001 11010 101001111 1100010 100101

Color Harmonies of #BC0251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0251

Black with #BC0251

Text Example


Text Example

White with #BC0251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0251; }

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

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

background-color css

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

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

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

border-color css

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

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

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