Html Css Color HEX #BD2EAE Fuchsia

📋 copy color: '#BD2EAE'

red 189 ◦ green 46 ◦ blue 174

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

Shades of Fuchsia #BD2EAE

Tints of Fuchsia #BD2EAE

RGB

 RED value IS 189 (74.22% from 255) = 46.21%

 GREEN value IS 46 (18.36% from 255) = 11.25%

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

R = 46.21%
G = 11.25%
B = 42.54%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#BD2EAE (or 0xBD2EAE) is known color: Fuchsia. HEX triplet: BD, 2E and AE. RGB value is (189,46,174). Sum of RGB (Red+Green+Blue) = 189+46+174=409 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.21% from 409); Green value is 46 (18.36% from 255 or 11.25% from 409); Blue value is 174 (68.36% from 255 or 42.54% from 409); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2EAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2EAE is #42D151. Grayscale: #666666. Windows color (decimal): -4378962 or 11415229. OLE color: 11415229.

HSL color Cylindrical-coordinate representation of color #BD2EAE: hue angle of 306.29º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BD2EAE is Cyan = 0, Magento = 0.76, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 46 174 -
CMYK 0 0.76 0.08 0.26
HSL 306.29º 0.61% 0.46% -
HSV(B) 306.29º 0.76% 0.74% -
XYZ 29.6 15.83 41.54 -
YUV 103.35 167.88 189.09 -
System Red Green Blue C M Y K H S L
Decimal 189 46 174 0 0.76 0.08 0.26 306.29 0.61 0.46
Hex BD 2E AE 0 4C 8 1A 132 3D 2E
Octal 275 56 256 0 114 10 32 462 75 56
Binary 10111101 101110 10101110 0 1001100 1000 11010 100110010 111101 101110

Color Harmonies of #BD2EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2EAE

Black with #BD2EAE

Text Example


Text Example

White with #BD2EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2EAE; }

 p { color: rgb(189,46,174); }

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

background-color css

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

 a { background-color: rgb(189,46,174); }

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

border-color css

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

 span { border-color: rgb(189,46,174); }

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