Html Css Color HEX #BD63AC Fuchsia

📋 copy color: '#BD63AC'

red 189 ◦ green 99 ◦ blue 172

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

Shades of Fuchsia #BD63AC

Tints of Fuchsia #BD63AC

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.52%

 BLUE value IS 172 (67.58% from 255) = 37.39%

R = 41.09%
G = 21.52%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BD63AC (or 0xBD63AC) is known color: Fuchsia. HEX triplet: BD, 63 and AC. RGB value is (189,99,172). Sum of RGB (Red+Green+Blue) = 189+99+172=460 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.09% from 460); Green value is 99 (39.06% from 255 or 21.52% from 460); Blue value is 172 (67.58% from 255 or 37.39% from 460); Max value from RGB is 189 - color contains mainly: red. Hex color #BD63AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD63AC is #429C53. Grayscale: #868686. Windows color (decimal): -4365396 or 11297725. OLE color: 11297725.

HSL color Cylindrical-coordinate representation of color #BD63AC: hue angle of 311.33º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BD63AC is Cyan = 0, Magento = 0.48, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 99 172 -
CMYK 0 0.48 0.09 0.26
HSL 311.33º 0.41% 0.56% -
HSV(B) 311.33º 0.48% 0.74% -
XYZ 32.89 22.72 41.68 -
YUV 134.23 149.32 167.06 -
System Red Green Blue C M Y K H S L
Decimal 189 99 172 0 0.48 0.09 0.26 311.33 0.41 0.56
Hex BD 63 AC 0 30 9 1A 137 29 38
Octal 275 143 254 0 60 11 32 467 51 70
Binary 10111101 1100011 10101100 0 110000 1001 11010 100110111 101001 111000

Color Harmonies of #BD63AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD63AC

Black with #BD63AC

Text Example


Text Example

White with #BD63AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD63AC; }

 p { color: rgb(189,99,172); }

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

background-color css

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

 a { background-color: rgb(189,99,172); }

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

border-color css

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

 span { border-color: rgb(189,99,172); }

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