Html Css Color HEX #BF0062 Jazzberry Jam

📋 copy color: '#BF0062'

red 191 ◦ green 0 ◦ blue 98

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

Shades of Jazzberry Jam #BF0062

Tints of Jazzberry Jam #BF0062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 33.91%

R = 66.09%
G = 0%
B = 33.91%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#BF0062 (or 0xBF0062) is known color: Jazzberry Jam. HEX triplet: BF, 00 and 62. RGB value is (191,0,98). Sum of RGB (Red+Green+Blue) = 191+0+98=289 (38% of max value = 765). Red value is 191 (75% from 255 or 66.09% from 289); Green value is 0 (0.39% from 255 or 0% from 289); Blue value is 98 (38.67% from 255 or 33.91% from 289); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0062 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0062 is #40FF9D. Grayscale: #444444. Windows color (decimal): -4259742 or 6422719. OLE color: 6422719.

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

Color convert

RGB 191 0 98 -
CMYK 0 1 0.49 0.25
HSL 329.21º 1% 0.37% -
HSV(B) 329.21º 1% 0.75% -
XYZ 23.69 11.96 12.61 -
YUV 68.28 144.78 215.53 -
System Red Green Blue C M Y K H S L
Decimal 191 0 98 0 1 0.49 0.25 329.21 1 0.37
Hex BF 0 62 0 64 31 19 149 64 25
Octal 277 0 142 0 144 61 31 511 144 45
Binary 10111111 0 1100010 0 1100100 110001 11001 101001001 1100100 100101

Color Harmonies of #BF0062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0062

Black with #BF0062

Text Example


Text Example

White with #BF0062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0062; }

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

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

background-color css

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

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

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

border-color css

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

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

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