Html Css Color HEX #BD3DAB Fuchsia

📋 copy color: '#BD3DAB'

red 189 ◦ green 61 ◦ blue 171

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

Shades of Fuchsia #BD3DAB

Tints of Fuchsia #BD3DAB

RGB

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

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

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

R = 44.89%
G = 14.49%
B = 40.62%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#BD3DAB (or 0xBD3DAB) is known color: Fuchsia. HEX triplet: BD, 3D and AB. RGB value is (189,61,171). Sum of RGB (Red+Green+Blue) = 189+61+171=421 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.89% from 421); Green value is 61 (24.22% from 255 or 14.49% from 421); Blue value is 171 (67.19% from 255 or 40.62% from 421); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3DAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD3DAB is #42C254. Grayscale: #6F6F6F. Windows color (decimal): -4375125 or 11222461. OLE color: 11222461.

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

Color convert

RGB 189 61 171 -
CMYK 0 0.68 0.10 0.26
HSL 308.44º 0.51% 0.49% -
HSV(B) 308.44º 0.68% 0.74% -
XYZ 30.01 17.1 40.25 -
YUV 111.81 161.41 183.06 -
System Red Green Blue C M Y K H S L
Decimal 189 61 171 0 0.68 0.10 0.26 308.44 0.51 0.49
Hex BD 3D AB 0 44 A 1A 134 33 31
Octal 275 75 253 0 104 12 32 464 63 61
Binary 10111101 111101 10101011 0 1000100 1010 11010 100110100 110011 110001

Color Harmonies of #BD3DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3DAB

Black with #BD3DAB

Text Example


Text Example

White with #BD3DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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