Html Css Color HEX #BD3EAE Fuchsia

📋 copy color: '#BD3EAE'

red 189 ◦ green 62 ◦ blue 174

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

Shades of Fuchsia #BD3EAE

Tints of Fuchsia #BD3EAE

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.59%

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

R = 44.47%
G = 14.59%
B = 40.94%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#BD3EAE (or 0xBD3EAE) is known color: Fuchsia. HEX triplet: BD, 3E and AE. RGB value is (189,62,174). Sum of RGB (Red+Green+Blue) = 189+62+174=425 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.47% from 425); Green value is 62 (24.61% from 255 or 14.59% from 425); Blue value is 174 (68.36% from 255 or 40.94% from 425); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3EAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD3EAE is #42C151. Grayscale: #707070. Windows color (decimal): -4374866 or 11419325. OLE color: 11419325.

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

Color convert

RGB 189 62 174 -
CMYK 0 0.67 0.08 0.26
HSL 307.09º 0.51% 0.49% -
HSV(B) 307.09º 0.67% 0.74% -
XYZ 30.35 17.32 41.79 -
YUV 112.74 162.58 182.39 -
System Red Green Blue C M Y K H S L
Decimal 189 62 174 0 0.67 0.08 0.26 307.09 0.51 0.49
Hex BD 3E AE 0 43 8 1A 133 33 31
Octal 275 76 256 0 103 10 32 463 63 61
Binary 10111101 111110 10101110 0 1000011 1000 11010 100110011 110011 110001

Color Harmonies of #BD3EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3EAE

Black with #BD3EAE

Text Example


Text Example

White with #BD3EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3EAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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