Html Css Color HEX #BF026C Jazzberry Jam

📋 copy color: '#BF026C'

red 191 ◦ green 2 ◦ blue 108

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

Shades of Jazzberry Jam #BF026C

Tints of Jazzberry Jam #BF026C

RGB

 RED value IS 191 (75% from 255) = 63.46%

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

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

R = 63.46%
G = 0.66%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#BF026C (or 0xBF026C) is known color: Jazzberry Jam. HEX triplet: BF, 02 and 6C. RGB value is (191,2,108). Sum of RGB (Red+Green+Blue) = 191+2+108=301 (39% of max value = 765). Red value is 191 (75% from 255 or 63.46% from 301); Green value is 2 (1.17% from 255 or 0.66% from 301); Blue value is 108 (42.58% from 255 or 35.88% from 301); Max value from RGB is 191 - color contains mainly: red. Hex color #BF026C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF026C is #40FD93. Grayscale: #464646. Windows color (decimal): -4259220 or 7078591. OLE color: 7078591.

HSL color Cylindrical-coordinate representation of color #BF026C: hue angle of 326.35º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BF026C is Cyan = 0, Magento = 0.99, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 2 108 -
CMYK 0 0.99 0.43 0.25
HSL 326.35º 0.98% 0.38% -
HSV(B) 326.35º 0.99% 0.75% -
XYZ 24.21 12.2 15.27 -
YUV 70.6 149.12 213.88 -
System Red Green Blue C M Y K H S L
Decimal 191 2 108 0 0.99 0.43 0.25 326.35 0.98 0.38
Hex BF 2 6C 0 63 2B 19 146 62 26
Octal 277 2 154 0 143 53 31 506 142 46
Binary 10111111 10 1101100 0 1100011 101011 11001 101000110 1100010 100110

Color Harmonies of #BF026C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF026C

Black with #BF026C

Text Example


Text Example

White with #BF026C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF026C; }

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

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

background-color css

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

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

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

border-color css

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

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

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