Html Css Color HEX #BF025A Jazzberry Jam

📋 copy color: '#BF025A'

red 191 ◦ green 2 ◦ blue 90

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

Shades of Jazzberry Jam #BF025A

Tints of Jazzberry Jam #BF025A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 31.8%

R = 67.49%
G = 0.71%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#BF025A (or 0xBF025A) is known color: Jazzberry Jam. HEX triplet: BF, 02 and 5A. RGB value is (191,2,90). Sum of RGB (Red+Green+Blue) = 191+2+90=283 (37% of max value = 765). Red value is 191 (75% from 255 or 67.49% from 283); Green value is 2 (1.17% from 255 or 0.71% from 283); Blue value is 90 (35.55% from 255 or 31.80% from 283); Max value from RGB is 191 - color contains mainly: red. Hex color #BF025A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF025A is #40FDA5. Grayscale: #444444. Windows color (decimal): -4259238 or 5898943. OLE color: 5898943.

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

Color convert

RGB 191 2 90 -
CMYK 0 0.99 0.53 0.25
HSL 332.06º 0.98% 0.38% -
HSV(B) 332.06º 0.99% 0.75% -
XYZ 23.35 11.86 10.73 -
YUV 68.54 140.12 215.34 -
System Red Green Blue C M Y K H S L
Decimal 191 2 90 0 0.99 0.53 0.25 332.06 0.98 0.38
Hex BF 2 5A 0 63 35 19 14C 62 26
Octal 277 2 132 0 143 65 31 514 142 46
Binary 10111111 10 1011010 0 1100011 110101 11001 101001100 1100010 100110

Color Harmonies of #BF025A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF025A

Black with #BF025A

Text Example


Text Example

White with #BF025A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF025A; }

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

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

background-color css

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

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

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

border-color css

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

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

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