Html Css Color HEX #BF33B1 Fuchsia

📋 copy color: '#BF33B1'

red 191 ◦ green 51 ◦ blue 177

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

Shades of Fuchsia #BF33B1

Tints of Fuchsia #BF33B1

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.17%

 BLUE value IS 177 (69.53% from 255) = 42.24%

R = 45.58%
G = 12.17%
B = 42.24%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BF33B1 (or 0xBF33B1) is known color: Fuchsia. HEX triplet: BF, 33 and B1. RGB value is (191,51,177). Sum of RGB (Red+Green+Blue) = 191+51+177=419 (55% of max value = 765). Red value is 191 (75% from 255 or 45.58% from 419); Green value is 51 (20.31% from 255 or 12.17% from 419); Blue value is 177 (69.53% from 255 or 42.24% from 419); Max value from RGB is 191 - color contains mainly: red. Hex color #BF33B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF33B1 is #40CC4E. Grayscale: #6A6A6A. Windows color (decimal): -4246607 or 11613119. OLE color: 11613119.

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

Color convert

RGB 191 51 177 -
CMYK 0 0.73 0.07 0.25
HSL 306º 0.58% 0.47% -
HSV(B) 306º 0.73% 0.75% -
XYZ 30.61 16.62 43.19 -
YUV 107.22 167.38 187.75 -
System Red Green Blue C M Y K H S L
Decimal 191 51 177 0 0.73 0.07 0.25 306 0.58 0.47
Hex BF 33 B1 0 49 7 19 132 3A 2F
Octal 277 63 261 0 111 7 31 462 72 57
Binary 10111111 110011 10110001 0 1001001 111 11001 100110010 111010 101111

Color Harmonies of #BF33B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF33B1

Black with #BF33B1

Text Example


Text Example

White with #BF33B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF33B1; }

 p { color: rgb(191,51,177); }

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

background-color css

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

 a { background-color: rgb(191,51,177); }

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

border-color css

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

 span { border-color: rgb(191,51,177); }

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