Html Css Color HEX #BF3DAE Fuchsia

📋 copy color: '#BF3DAE'

red 191 ◦ green 61 ◦ blue 174

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

Shades of Fuchsia #BF3DAE

Tints of Fuchsia #BF3DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 40.85%

R = 44.84%
G = 14.32%
B = 40.85%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#BF3DAE (or 0xBF3DAE) is known color: Fuchsia. HEX triplet: BF, 3D and AE. RGB value is (191,61,174). Sum of RGB (Red+Green+Blue) = 191+61+174=426 (56% of max value = 765). Red value is 191 (75% from 255 or 44.84% from 426); Green value is 61 (24.22% from 255 or 14.32% from 426); Blue value is 174 (68.36% from 255 or 40.85% from 426); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3DAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF3DAE is #40C251. Grayscale: #707070. Windows color (decimal): -4244050 or 11419071. OLE color: 11419071.

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

Color convert

RGB 191 61 174 -
CMYK 0 0.68 0.09 0.25
HSL 307.85º 0.52% 0.49% -
HSV(B) 307.85º 0.68% 0.75% -
XYZ 30.79 17.47 41.79 -
YUV 112.75 162.57 183.81 -
System Red Green Blue C M Y K H S L
Decimal 191 61 174 0 0.68 0.09 0.25 307.85 0.52 0.49
Hex BF 3D AE 0 44 9 19 134 34 31
Octal 277 75 256 0 104 11 31 464 64 61
Binary 10111111 111101 10101110 0 1000100 1001 11001 100110100 110100 110001

Color Harmonies of #BF3DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3DAE

Black with #BF3DAE

Text Example


Text Example

White with #BF3DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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