Html Css Color HEX #BF33B2 Fuchsia

📋 copy color: '#BF33B2'

red 191 ◦ green 51 ◦ blue 178

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

Shades of Fuchsia #BF33B2

Tints of Fuchsia #BF33B2

RGB

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

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

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

R = 45.48%
G = 12.14%
B = 42.38%

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

#BF33B2 (or 0xBF33B2) is known color: Fuchsia. HEX triplet: BF, 33 and B2. RGB value is (191,51,178). Sum of RGB (Red+Green+Blue) = 191+51+178=420 (55% of max value = 765). Red value is 191 (75% from 255 or 45.48% from 420); Green value is 51 (20.31% from 255 or 12.14% from 420); Blue value is 178 (69.92% from 255 or 42.38% from 420); Max value from RGB is 191 - color contains mainly: red. Hex color #BF33B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF33B2 is #40CC4D. Grayscale: #6A6A6A. Windows color (decimal): -4246606 or 11678655. OLE color: 11678655.

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

Color convert

RGB 191 51 178 -
CMYK 0 0.73 0.07 0.25
HSL 305.57º 0.58% 0.47% -
HSV(B) 305.57º 0.73% 0.75% -
XYZ 30.71 16.66 43.72 -
YUV 107.34 167.88 187.67 -
System Red Green Blue C M Y K H S L
Decimal 191 51 178 0 0.73 0.07 0.25 305.57 0.58 0.47
Hex BF 33 B2 0 49 7 19 132 3A 2F
Octal 277 63 262 0 111 7 31 462 72 57
Binary 10111111 110011 10110010 0 1001001 111 11001 100110010 111010 101111

Color Harmonies of #BF33B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF33B2

Black with #BF33B2

Text Example


Text Example

White with #BF33B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF33B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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