Html Css Color HEX #BF33BE Fuchsia

📋 copy color: '#BF33BE'

red 191 ◦ green 51 ◦ blue 190

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

Shades of Fuchsia #BF33BE

Tints of Fuchsia #BF33BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 43.98%

R = 44.21%
G = 11.81%
B = 43.98%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#BF33BE (or 0xBF33BE) is known color: Fuchsia. HEX triplet: BF, 33 and BE. RGB value is (191,51,190). Sum of RGB (Red+Green+Blue) = 191+51+190=432 (57% of max value = 765). Red value is 191 (75% from 255 or 44.21% from 432); Green value is 51 (20.31% from 255 or 11.81% from 432); Blue value is 190 (74.61% from 255 or 43.98% from 432); Max value from RGB is 191 - color contains mainly: red. Hex color #BF33BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF33BE is #40CC41. Grayscale: #6C6C6C. Windows color (decimal): -4246594 or 12465087. OLE color: 12465087.

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

Color convert

RGB 191 51 190 -
CMYK 0 0.73 0.01 0.25
HSL 300.43º 0.58% 0.47% -
HSV(B) 300.43º 0.73% 0.75% -
XYZ 31.96 17.16 50.34 -
YUV 108.71 173.88 186.7 -
System Red Green Blue C M Y K H S L
Decimal 191 51 190 0 0.73 0.01 0.25 300.43 0.58 0.47
Hex BF 33 BE 0 49 1 19 12C 3A 2F
Octal 277 63 276 0 111 1 31 454 72 57
Binary 10111111 110011 10111110 0 1001001 1 11001 100101100 111010 101111

Color Harmonies of #BF33BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF33BE

Black with #BF33BE

Text Example


Text Example

White with #BF33BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF33BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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