Html Css Color HEX #BF0054 Jazzberry Jam

📋 copy color: '#BF0054'

red 191 ◦ green 0 ◦ blue 84

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

Shades of Jazzberry Jam #BF0054

Tints of Jazzberry Jam #BF0054

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 84 (33.2% from 255) = 30.55%

R = 69.45%
G = 0%
B = 30.55%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#BF0054 (or 0xBF0054) is known color: Jazzberry Jam. HEX triplet: BF, 00 and 54. RGB value is (191,0,84). Sum of RGB (Red+Green+Blue) = 191+0+84=275 (36% of max value = 765). Red value is 191 (75% from 255 or 69.45% from 275); Green value is 0 (0.39% from 255 or 0% from 275); Blue value is 84 (33.20% from 255 or 30.55% from 275); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0054 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0054 is #40FFAB. Grayscale: #424242. Windows color (decimal): -4259756 or 5505215. OLE color: 5505215.

HSL color Cylindrical-coordinate representation of color #BF0054: hue angle of 333.61º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BF0054 is Cyan = 0, Magento = 1, Yellow = 0.56 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 0 84 -
CMYK 0 1 0.56 0.25
HSL 333.61º 1% 0.37% -
HSV(B) 333.61º 1% 0.75% -
XYZ 23.09 11.72 9.43 -
YUV 66.69 137.78 216.67 -
System Red Green Blue C M Y K H S L
Decimal 191 0 84 0 1 0.56 0.25 333.61 1 0.37
Hex BF 0 54 0 64 38 19 14E 64 25
Octal 277 0 124 0 144 70 31 516 144 45
Binary 10111111 0 1010100 0 1100100 111000 11001 101001110 1100100 100101

Color Harmonies of #BF0054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0054

Black with #BF0054

Text Example


Text Example

White with #BF0054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0054; }

 p { color: rgb(191,0,84); }

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

background-color css

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

 a { background-color: rgb(191,0,84); }

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

border-color css

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

 span { border-color: rgb(191,0,84); }

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