Html Css Color HEX #BC0E6B Jazzberry Jam

📋 copy color: '#BC0E6B'

red 188 ◦ green 14 ◦ blue 107

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

Shades of Jazzberry Jam #BC0E6B

Tints of Jazzberry Jam #BC0E6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 34.63%

R = 60.84%
G = 4.53%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BC0E6B (or 0xBC0E6B) is known color: Jazzberry Jam. HEX triplet: BC, 0E and 6B. RGB value is (188,14,107). Sum of RGB (Red+Green+Blue) = 188+14+107=309 (40% of max value = 765). Red value is 188 (73.83% from 255 or 60.84% from 309); Green value is 14 (5.86% from 255 or 4.53% from 309); Blue value is 107 (42.19% from 255 or 34.63% from 309); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0E6B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0E6B is #43F194. Grayscale: #4C4C4C. Windows color (decimal): -4452757 or 7016124. OLE color: 7016124.

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

Color convert

RGB 188 14 107 -
CMYK 0 0.93 0.43 0.26
HSL 327.93º 0.86% 0.4% -
HSV(B) 327.93º 0.93% 0.74% -
XYZ 23.55 12.07 15 -
YUV 76.63 145.15 207.44 -
System Red Green Blue C M Y K H S L
Decimal 188 14 107 0 0.93 0.43 0.26 327.93 0.86 0.4
Hex BC E 6B 0 5D 2B 1A 148 56 28
Octal 274 16 153 0 135 53 32 510 126 50
Binary 10111100 1110 1101011 0 1011101 101011 11010 101001000 1010110 101000

Color Harmonies of #BC0E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0E6B

Black with #BC0E6B

Text Example


Text Example

White with #BC0E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0E6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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