Html Css Color HEX #BF33B0 Fuchsia

📋 copy color: '#BF33B0'

red 191 ◦ green 51 ◦ blue 176

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

Shades of Fuchsia #BF33B0

Tints of Fuchsia #BF33B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 42.11%

R = 45.69%
G = 12.2%
B = 42.11%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#BF33B0 (or 0xBF33B0) is known color: Fuchsia. HEX triplet: BF, 33 and B0. RGB value is (191,51,176). Sum of RGB (Red+Green+Blue) = 191+51+176=418 (55% of max value = 765). Red value is 191 (75% from 255 or 45.69% from 418); Green value is 51 (20.31% from 255 or 12.20% from 418); Blue value is 176 (69.14% from 255 or 42.11% from 418); Max value from RGB is 191 - color contains mainly: red. Hex color #BF33B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF33B0 is #40CC4F. Grayscale: #6A6A6A. Windows color (decimal): -4246608 or 11547583. OLE color: 11547583.

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

Color convert

RGB 191 51 176 -
CMYK 0 0.73 0.08 0.25
HSL 306.43º 0.58% 0.47% -
HSV(B) 306.43º 0.73% 0.75% -
XYZ 30.51 16.58 42.67 -
YUV 107.11 166.88 187.84 -
System Red Green Blue C M Y K H S L
Decimal 191 51 176 0 0.73 0.08 0.25 306.43 0.58 0.47
Hex BF 33 B0 0 49 8 19 132 3A 2F
Octal 277 63 260 0 111 10 31 462 72 57
Binary 10111111 110011 10110000 0 1001001 1000 11001 100110010 111010 101111

Color Harmonies of #BF33B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF33B0

Black with #BF33B0

Text Example


Text Example

White with #BF33B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF33B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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