Html Css Color HEX #BC0E6A Jazzberry Jam

📋 copy color: '#BC0E6A'

red 188 ◦ green 14 ◦ blue 106

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

Shades of Jazzberry Jam #BC0E6A

Tints of Jazzberry Jam #BC0E6A

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.55%

 BLUE value IS 106 (41.8% from 255) = 34.42%

R = 61.04%
G = 4.55%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BC0E6A (or 0xBC0E6A) is known color: Jazzberry Jam. HEX triplet: BC, 0E and 6A. RGB value is (188,14,106). Sum of RGB (Red+Green+Blue) = 188+14+106=308 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.04% from 308); Green value is 14 (5.86% from 255 or 4.55% from 308); Blue value is 106 (41.80% from 255 or 34.42% from 308); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0E6A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0E6A is #43F195. Grayscale: #4C4C4C. Windows color (decimal): -4452758 or 6950588. OLE color: 6950588.

HSL color Cylindrical-coordinate representation of color #BC0E6A: hue angle of 328.28º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC0E6A is Cyan = 0, Magento = 0.93, Yellow = 0.44 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 14 106 -
CMYK 0 0.93 0.44 0.26
HSL 328.28º 0.86% 0.4% -
HSV(B) 328.28º 0.93% 0.74% -
XYZ 23.5 12.05 14.72 -
YUV 76.51 144.65 207.52 -
System Red Green Blue C M Y K H S L
Decimal 188 14 106 0 0.93 0.44 0.26 328.28 0.86 0.4
Hex BC E 6A 0 5D 2C 1A 148 56 28
Octal 274 16 152 0 135 54 32 510 126 50
Binary 10111100 1110 1101010 0 1011101 101100 11010 101001000 1010110 101000

Color Harmonies of #BC0E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0E6A

Black with #BC0E6A

Text Example


Text Example

White with #BC0E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0E6A; }

 p { color: rgb(188,14,106); }

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

background-color css

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

 a { background-color: rgb(188,14,106); }

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

border-color css

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

 span { border-color: rgb(188,14,106); }

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