Html Css Color HEX #BC0265 Jazzberry Jam

📋 copy color: '#BC0265'

red 188 ◦ green 2 ◦ blue 101

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

Shades of Jazzberry Jam #BC0265

Tints of Jazzberry Jam #BC0265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 34.71%

R = 64.6%
G = 0.69%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#BC0265 (or 0xBC0265) is known color: Jazzberry Jam. HEX triplet: BC, 02 and 65. RGB value is (188,2,101). Sum of RGB (Red+Green+Blue) = 188+2+101=291 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.60% from 291); Green value is 2 (1.17% from 255 or 0.69% from 291); Blue value is 101 (39.84% from 255 or 34.71% from 291); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0265 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0265 is #43FD9A. Grayscale: #444444. Windows color (decimal): -4455835 or 6619836. OLE color: 6619836.

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

Color convert

RGB 188 2 101 -
CMYK 0 0.99 0.46 0.26
HSL 328.06º 0.98% 0.37% -
HSV(B) 328.06º 0.99% 0.74% -
XYZ 23.11 11.67 13.35 -
YUV 68.9 146.12 212.95 -
System Red Green Blue C M Y K H S L
Decimal 188 2 101 0 0.99 0.46 0.26 328.06 0.98 0.37
Hex BC 2 65 0 63 2E 1A 148 62 25
Octal 274 2 145 0 143 56 32 510 142 45
Binary 10111100 10 1100101 0 1100011 101110 11010 101001000 1100010 100101

Color Harmonies of #BC0265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0265

Black with #BC0265

Text Example


Text Example

White with #BC0265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0265; }

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

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

background-color css

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

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

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

border-color css

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

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

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