Html Css Color HEX #BF3DAB Fuchsia

📋 copy color: '#BF3DAB'

red 191 ◦ green 61 ◦ blue 171

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

Shades of Fuchsia #BF3DAB

Tints of Fuchsia #BF3DAB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.42%

 BLUE value IS 171 (67.19% from 255) = 40.43%

R = 45.15%
G = 14.42%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#BF3DAB (or 0xBF3DAB) is known color: Fuchsia. HEX triplet: BF, 3D and AB. RGB value is (191,61,171). Sum of RGB (Red+Green+Blue) = 191+61+171=423 (56% of max value = 765). Red value is 191 (75% from 255 or 45.15% from 423); Green value is 61 (24.22% from 255 or 14.42% from 423); Blue value is 171 (67.19% from 255 or 40.43% from 423); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3DAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF3DAB is #40C254. Grayscale: #707070. Windows color (decimal): -4244053 or 11222463. OLE color: 11222463.

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

Color convert

RGB 191 61 171 -
CMYK 0 0.68 0.10 0.25
HSL 309.23º 0.52% 0.49% -
HSV(B) 309.23º 0.68% 0.75% -
XYZ 30.51 17.35 40.27 -
YUV 112.41 161.07 184.06 -
System Red Green Blue C M Y K H S L
Decimal 191 61 171 0 0.68 0.10 0.25 309.23 0.52 0.49
Hex BF 3D AB 0 44 A 19 135 34 31
Octal 277 75 253 0 104 12 31 465 64 61
Binary 10111111 111101 10101011 0 1000100 1010 11001 100110101 110100 110001

Color Harmonies of #BF3DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3DAB

Black with #BF3DAB

Text Example


Text Example

White with #BF3DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3DAB; }

 p { color: rgb(191,61,171); }

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

background-color css

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

 a { background-color: rgb(191,61,171); }

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

border-color css

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

 span { border-color: rgb(191,61,171); }

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