Html Css Color HEX #BF025D Jazzberry Jam

📋 copy color: '#BF025D'

red 191 ◦ green 2 ◦ blue 93

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

Shades of Jazzberry Jam #BF025D

Tints of Jazzberry Jam #BF025D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 32.52%

R = 66.78%
G = 0.7%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#BF025D (or 0xBF025D) is known color: Jazzberry Jam. HEX triplet: BF, 02 and 5D. RGB value is (191,2,93). Sum of RGB (Red+Green+Blue) = 191+2+93=286 (37% of max value = 765). Red value is 191 (75% from 255 or 66.78% from 286); Green value is 2 (1.17% from 255 or 0.70% from 286); Blue value is 93 (36.72% from 255 or 32.52% from 286); Max value from RGB is 191 - color contains mainly: red. Hex color #BF025D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF025D is #40FDA2. Grayscale: #444444. Windows color (decimal): -4259235 or 6095551. OLE color: 6095551.

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

Color convert

RGB 191 2 93 -
CMYK 0 0.99 0.51 0.25
HSL 331.11º 0.98% 0.38% -
HSV(B) 331.11º 0.99% 0.75% -
XYZ 23.48 11.91 11.42 -
YUV 68.89 141.62 215.1 -
System Red Green Blue C M Y K H S L
Decimal 191 2 93 0 0.99 0.51 0.25 331.11 0.98 0.38
Hex BF 2 5D 0 63 33 19 14B 62 26
Octal 277 2 135 0 143 63 31 513 142 46
Binary 10111111 10 1011101 0 1100011 110011 11001 101001011 1100010 100110

Color Harmonies of #BF025D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF025D

Black with #BF025D

Text Example


Text Example

White with #BF025D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF025D; }

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

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

background-color css

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

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

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

border-color css

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

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

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