Html Css Color HEX #BF3ABB Fuchsia

📋 copy color: '#BF3ABB'

red 191 ◦ green 58 ◦ blue 187

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

Shades of Fuchsia #BF3ABB

Tints of Fuchsia #BF3ABB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.3%

 BLUE value IS 187 (73.44% from 255) = 42.89%

R = 43.81%
G = 13.3%
B = 42.89%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BF3ABB (or 0xBF3ABB) is known color: Fuchsia. HEX triplet: BF, 3A and BB. RGB value is (191,58,187). Sum of RGB (Red+Green+Blue) = 191+58+187=436 (57% of max value = 765). Red value is 191 (75% from 255 or 43.81% from 436); Green value is 58 (23.05% from 255 or 13.30% from 436); Blue value is 187 (73.44% from 255 or 42.89% from 436); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF3ABB is #40C544. Grayscale: #707070. Windows color (decimal): -4244805 or 12270271. OLE color: 12270271.

HSL color Cylindrical-coordinate representation of color #BF3ABB: hue angle of 301.8º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BF3ABB is Cyan = 0, Magento = 0.70, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 58 187 -
CMYK 0 0.70 0.02 0.25
HSL 301.8º 0.53% 0.49% -
HSV(B) 301.8º 0.7% 0.75% -
XYZ 31.97 17.69 48.74 -
YUV 112.47 170.06 184.01 -
System Red Green Blue C M Y K H S L
Decimal 191 58 187 0 0.70 0.02 0.25 301.8 0.53 0.49
Hex BF 3A BB 0 46 2 19 12E 35 31
Octal 277 72 273 0 106 2 31 456 65 61
Binary 10111111 111010 10111011 0 1000110 10 11001 100101110 110101 110001

Color Harmonies of #BF3ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3ABB

Black with #BF3ABB

Text Example


Text Example

White with #BF3ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3ABB; }

 p { color: rgb(191,58,187); }

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

background-color css

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

 a { background-color: rgb(191,58,187); }

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

border-color css

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

 span { border-color: rgb(191,58,187); }

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