Html Css Color HEX #BC026C Jazzberry Jam

📋 copy color: '#BC026C'

red 188 ◦ green 2 ◦ blue 108

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

Shades of Jazzberry Jam #BC026C

Tints of Jazzberry Jam #BC026C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 36.24%

R = 63.09%
G = 0.67%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BC026C (or 0xBC026C) is known color: Jazzberry Jam. HEX triplet: BC, 02 and 6C. RGB value is (188,2,108). Sum of RGB (Red+Green+Blue) = 188+2+108=298 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.09% from 298); Green value is 2 (1.17% from 255 or 0.67% from 298); Blue value is 108 (42.58% from 255 or 36.24% from 298); Max value from RGB is 188 - color contains mainly: red. Hex color #BC026C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC026C is #43FD93. Grayscale: #454545. Windows color (decimal): -4455828 or 7078588. OLE color: 7078588.

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

Color convert

RGB 188 2 108 -
CMYK 0 0.99 0.43 0.26
HSL 325.81º 0.98% 0.37% -
HSV(B) 325.81º 0.99% 0.74% -
XYZ 23.47 11.82 15.23 -
YUV 69.7 149.62 212.38 -
System Red Green Blue C M Y K H S L
Decimal 188 2 108 0 0.99 0.43 0.26 325.81 0.98 0.37
Hex BC 2 6C 0 63 2B 1A 146 62 25
Octal 274 2 154 0 143 53 32 506 142 45
Binary 10111100 10 1101100 0 1100011 101011 11010 101000110 1100010 100101

Color Harmonies of #BC026C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC026C

Black with #BC026C

Text Example


Text Example

White with #BC026C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC026C; }

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

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

background-color css

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

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

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

border-color css

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

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

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