Html Css Color HEX #BF43BE Fuchsia

📋 copy color: '#BF43BE'

red 191 ◦ green 67 ◦ blue 190

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

Shades of Fuchsia #BF43BE

Tints of Fuchsia #BF43BE

RGB

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

 GREEN value IS 67 (26.56% from 255) = 14.96%

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

R = 42.63%
G = 14.96%
B = 42.41%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#BF43BE (or 0xBF43BE) is known color: Fuchsia. HEX triplet: BF, 43 and BE. RGB value is (191,67,190). Sum of RGB (Red+Green+Blue) = 191+67+190=448 (59% of max value = 765). Red value is 191 (75% from 255 or 42.63% from 448); Green value is 67 (26.56% from 255 or 14.96% from 448); Blue value is 190 (74.61% from 255 or 42.41% from 448); Max value from RGB is 191 - color contains mainly: red. Hex color #BF43BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF43BE is #40BC41. Grayscale: #757575. Windows color (decimal): -4242498 or 12469183. OLE color: 12469183.

HSL color Cylindrical-coordinate representation of color #BF43BE: hue angle of 300.48º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BF43BE is Cyan = 0, Magento = 0.65, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 67 190 -
CMYK 0 0.65 0.01 0.25
HSL 300.48º 0.49% 0.51% -
HSV(B) 300.48º 0.65% 0.75% -
XYZ 32.79 18.81 50.62 -
YUV 118.1 168.58 180 -
System Red Green Blue C M Y K H S L
Decimal 191 67 190 0 0.65 0.01 0.25 300.48 0.49 0.51
Hex BF 43 BE 0 41 1 19 12C 31 33
Octal 277 103 276 0 101 1 31 454 61 63
Binary 10111111 1000011 10111110 0 1000001 1 11001 100101100 110001 110011

Color Harmonies of #BF43BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF43BE

Black with #BF43BE

Text Example


Text Example

White with #BF43BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF43BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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