Html Css Color HEX #BF31B2 Fuchsia

📋 copy color: '#BF31B2'

red 191 ◦ green 49 ◦ blue 178

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

Shades of Fuchsia #BF31B2

Tints of Fuchsia #BF31B2

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.72%

 BLUE value IS 178 (69.92% from 255) = 42.58%

R = 45.69%
G = 11.72%
B = 42.58%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BF31B2 (or 0xBF31B2) is known color: Fuchsia. HEX triplet: BF, 31 and B2. RGB value is (191,49,178). Sum of RGB (Red+Green+Blue) = 191+49+178=418 (55% of max value = 765). Red value is 191 (75% from 255 or 45.69% from 418); Green value is 49 (19.53% from 255 or 11.72% from 418); Blue value is 178 (69.92% from 255 or 42.58% from 418); Max value from RGB is 191 - color contains mainly: red. Hex color #BF31B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF31B2 is #40CE4D. Grayscale: #696969. Windows color (decimal): -4247118 or 11678143. OLE color: 11678143.

HSL color Cylindrical-coordinate representation of color #BF31B2: hue angle of 305.49º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BF31B2 is Cyan = 0, Magento = 0.74, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 49 178 -
CMYK 0 0.74 0.07 0.25
HSL 305.49º 0.59% 0.47% -
HSV(B) 305.49º 0.74% 0.75% -
XYZ 30.62 16.49 43.69 -
YUV 106.16 168.54 188.51 -
System Red Green Blue C M Y K H S L
Decimal 191 49 178 0 0.74 0.07 0.25 305.49 0.59 0.47
Hex BF 31 B2 0 4A 7 19 131 3B 2F
Octal 277 61 262 0 112 7 31 461 73 57
Binary 10111111 110001 10110010 0 1001010 111 11001 100110001 111011 101111

Color Harmonies of #BF31B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF31B2

Black with #BF31B2

Text Example


Text Example

White with #BF31B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF31B2; }

 p { color: rgb(191,49,178); }

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

background-color css

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

 a { background-color: rgb(191,49,178); }

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

border-color css

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

 span { border-color: rgb(191,49,178); }

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