Html Css Color HEX #BF0467 Jazzberry Jam

📋 copy color: '#BF0467'

red 191 ◦ green 4 ◦ blue 103

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

Shades of Jazzberry Jam #BF0467

Tints of Jazzberry Jam #BF0467

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.34%

 BLUE value IS 103 (40.63% from 255) = 34.56%

R = 64.09%
G = 1.34%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#BF0467 (or 0xBF0467) is known color: Jazzberry Jam. HEX triplet: BF, 04 and 67. RGB value is (191,4,103). Sum of RGB (Red+Green+Blue) = 191+4+103=298 (39% of max value = 765). Red value is 191 (75% from 255 or 64.09% from 298); Green value is 4 (1.95% from 255 or 1.34% from 298); Blue value is 103 (40.62% from 255 or 34.56% from 298); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0467 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0467 is #40FB98. Grayscale: #464646. Windows color (decimal): -4258713 or 6751423. OLE color: 6751423.

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

Color convert

RGB 191 4 103 -
CMYK 0 0.98 0.46 0.25
HSL 328.24º 0.96% 0.38% -
HSV(B) 328.24º 0.98% 0.75% -
XYZ 23.98 12.14 13.91 -
YUV 71.2 145.95 213.45 -
System Red Green Blue C M Y K H S L
Decimal 191 4 103 0 0.98 0.46 0.25 328.24 0.96 0.38
Hex BF 4 67 0 62 2E 19 148 60 26
Octal 277 4 147 0 142 56 31 510 140 46
Binary 10111111 100 1100111 0 1100010 101110 11001 101001000 1100000 100110

Color Harmonies of #BF0467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0467

Black with #BF0467

Text Example


Text Example

White with #BF0467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0467; }

 p { color: rgb(191,4,103); }

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

background-color css

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

 a { background-color: rgb(191,4,103); }

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

border-color css

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

 span { border-color: rgb(191,4,103); }

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