Html Css Color HEX #BD3CAA Fuchsia

📋 copy color: '#BD3CAA'

red 189 ◦ green 60 ◦ blue 170

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

Shades of Fuchsia #BD3CAA

Tints of Fuchsia #BD3CAA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.32%

 BLUE value IS 170 (66.8% from 255) = 40.57%

R = 45.11%
G = 14.32%
B = 40.57%

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

#BD3CAA (or 0xBD3CAA) is known color: Fuchsia. HEX triplet: BD, 3C and AA. RGB value is (189,60,170). Sum of RGB (Red+Green+Blue) = 189+60+170=419 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.11% from 419); Green value is 60 (23.83% from 255 or 14.32% from 419); Blue value is 170 (66.80% from 255 or 40.57% from 419); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3CAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD3CAA is #42C355. Grayscale: #6E6E6E. Windows color (decimal): -4375382 or 11156669. OLE color: 11156669.

HSL color Cylindrical-coordinate representation of color #BD3CAA: hue angle of 308.84º degrees, saturation: 0.52, 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 #BD3CAA is Cyan = 0, Magento = 0.68, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 60 170 -
CMYK 0 0.68 0.10 0.26
HSL 308.84º 0.52% 0.49% -
HSV(B) 308.84º 0.68% 0.74% -
XYZ 29.86 16.95 39.73 -
YUV 111.11 161.24 183.56 -
System Red Green Blue C M Y K H S L
Decimal 189 60 170 0 0.68 0.10 0.26 308.84 0.52 0.49
Hex BD 3C AA 0 44 A 1A 135 34 31
Octal 275 74 252 0 104 12 32 465 64 61
Binary 10111101 111100 10101010 0 1000100 1010 11010 100110101 110100 110001

Color Harmonies of #BD3CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3CAA

Black with #BD3CAA

Text Example


Text Example

White with #BD3CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3CAA; }

 p { color: rgb(189,60,170); }

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

background-color css

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

 a { background-color: rgb(189,60,170); }

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

border-color css

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

 span { border-color: rgb(189,60,170); }

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