Html Css Color HEX #BC025F Jazzberry Jam

📋 copy color: '#BC025F'

red 188 ◦ green 2 ◦ blue 95

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

Shades of Jazzberry Jam #BC025F

Tints of Jazzberry Jam #BC025F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 33.33%

R = 65.96%
G = 0.7%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#BC025F (or 0xBC025F) is known color: Jazzberry Jam. HEX triplet: BC, 02 and 5F. RGB value is (188,2,95). Sum of RGB (Red+Green+Blue) = 188+2+95=285 (37% of max value = 765). Red value is 188 (73.83% from 255 or 65.96% from 285); Green value is 2 (1.17% from 255 or 0.70% from 285); Blue value is 95 (37.5% from 255 or 33.33% from 285); Max value from RGB is 188 - color contains mainly: red. Hex color #BC025F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC025F is #43FDA0. Grayscale: #444444. Windows color (decimal): -4455841 or 6226620. OLE color: 6226620.

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

Color convert

RGB 188 2 95 -
CMYK 0 0.99 0.49 0.26
HSL 330º 0.98% 0.37% -
HSV(B) 330º 0.99% 0.74% -
XYZ 22.83 11.56 11.85 -
YUV 68.22 143.12 213.44 -
System Red Green Blue C M Y K H S L
Decimal 188 2 95 0 0.99 0.49 0.26 330 0.98 0.37
Hex BC 2 5F 0 63 31 1A 14A 62 25
Octal 274 2 137 0 143 61 32 512 142 45
Binary 10111100 10 1011111 0 1100011 110001 11010 101001010 1100010 100101

Color Harmonies of #BC025F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC025F

Black with #BC025F

Text Example


Text Example

White with #BC025F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC025F; }

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

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

background-color css

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

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

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

border-color css

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

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

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