Html Css Color HEX #BF0067 Jazzberry Jam

📋 copy color: '#BF0067'

red 191 ◦ green 0 ◦ blue 103

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

Shades of Jazzberry Jam #BF0067

Tints of Jazzberry Jam #BF0067

RGB

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

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

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

R = 64.97%
G = 0%
B = 35.03%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#BF0067 (or 0xBF0067) is known color: Jazzberry Jam. HEX triplet: BF, 00 and 67. RGB value is (191,0,103). Sum of RGB (Red+Green+Blue) = 191+0+103=294 (38% of max value = 765). Red value is 191 (75% from 255 or 64.97% from 294); Green value is 0 (0.39% from 255 or 0% from 294); Blue value is 103 (40.62% from 255 or 35.03% from 294); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0067 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0067 is #40FF98. Grayscale: #444444. Windows color (decimal): -4259737 or 6750399. OLE color: 6750399.

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

Color convert

RGB 191 0 103 -
CMYK 0 1 0.46 0.25
HSL 327.64º 1% 0.37% -
HSV(B) 327.64º 1% 0.75% -
XYZ 23.93 12.06 13.9 -
YUV 68.85 147.28 215.12 -
System Red Green Blue C M Y K H S L
Decimal 191 0 103 0 1 0.46 0.25 327.64 1 0.37
Hex BF 0 67 0 64 2E 19 148 64 25
Octal 277 0 147 0 144 56 31 510 144 45
Binary 10111111 0 1100111 0 1100100 101110 11001 101001000 1100100 100101

Color Harmonies of #BF0067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0067

Black with #BF0067

Text Example


Text Example

White with #BF0067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0067; }

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

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

background-color css

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

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

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

border-color css

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

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

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