Html Css Color HEX #BD3AC0 Fuchsia

📋 copy color: '#BD3AC0'

red 189 ◦ green 58 ◦ blue 192

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

Shades of Fuchsia #BD3AC0

Tints of Fuchsia #BD3AC0

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.21%

 BLUE value IS 192 (75.39% from 255) = 43.74%

R = 43.05%
G = 13.21%
B = 43.74%

CMYK

 C value IS 0.02

 M value IS 0.70

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BD3AC0 (or 0xBD3AC0) is known color: Fuchsia. HEX triplet: BD, 3A and C0. RGB value is (189,58,192). Sum of RGB (Red+Green+Blue) = 189+58+192=439 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.05% from 439); Green value is 58 (23.05% from 255 or 13.21% from 439); Blue value is 192 (75.39% from 255 or 43.74% from 439); Max value from RGB is 192 - color contains mainly: blue. Hex color #BD3AC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD3AC0 is #42C53F. Grayscale: #707070. Windows color (decimal): -4375872 or 12597949. OLE color: 12597949.

HSL color Cylindrical-coordinate representation of color #BD3AC0: hue angle of 298.66º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BD3AC0 is Cyan = 0.02, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 189 58 192 -
CMYK 0.02 0.70 0 0.25
HSL 298.66º 0.54% 0.49% -
HSV(B) 298.66º 0.7% 0.75% -
XYZ 32.01 17.65 51.59 -
YUV 112.45 172.9 182.6 -
System Red Green Blue C M Y K H S L
Decimal 189 58 192 0.02 0.70 0 0.25 298.66 0.54 0.49
Hex BD 3A C0 2 46 0 19 12B 36 31
Octal 275 72 300 2 106 0 31 453 66 61
Binary 10111101 111010 11000000 10 1000110 0 11001 100101011 110110 110001

Color Harmonies of #BD3AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3AC0

Black with #BD3AC0

Text Example


Text Example

White with #BD3AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3AC0; }

 p { color: rgb(189,58,192); }

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

background-color css

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

 a { background-color: rgb(189,58,192); }

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

border-color css

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

 span { border-color: rgb(189,58,192); }

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