Html Css Color HEX #BD51C1 Fuchsia

📋 copy color: '#BD51C1'

red 189 ◦ green 81 ◦ blue 193

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

Shades of Fuchsia #BD51C1

Tints of Fuchsia #BD51C1

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.49%

 BLUE value IS 193 (75.78% from 255) = 41.68%

R = 40.82%
G = 17.49%
B = 41.68%

CMYK

 C value IS 0.02

 M value IS 0.58

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BD51C1 (or 0xBD51C1) is known color: Fuchsia. HEX triplet: BD, 51 and C1. RGB value is (189,81,193). Sum of RGB (Red+Green+Blue) = 189+81+193=463 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.82% from 463); Green value is 81 (32.03% from 255 or 17.49% from 463); Blue value is 193 (75.78% from 255 or 41.68% from 463); Max value from RGB is 193 - color contains mainly: blue. Hex color #BD51C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD51C1 is #42AE3E. Grayscale: #7D7D7D. Windows color (decimal): -4369983 or 12669373. OLE color: 12669373.

HSL color Cylindrical-coordinate representation of color #BD51C1: hue angle of 297.86º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BD51C1 is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 189 81 193 -
CMYK 0.02 0.58 0 0.24
HSL 297.86º 0.47% 0.54% -
HSV(B) 297.86º 0.58% 0.76% -
XYZ 33.55 20.55 52.65 -
YUV 126.06 165.78 172.89 -
System Red Green Blue C M Y K H S L
Decimal 189 81 193 0.02 0.58 0 0.24 297.86 0.47 0.54
Hex BD 51 C1 2 3A 0 18 12A 2F 36
Octal 275 121 301 2 72 0 30 452 57 66
Binary 10111101 1010001 11000001 10 111010 0 11000 100101010 101111 110110

Color Harmonies of #BD51C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD51C1

Black with #BD51C1

Text Example


Text Example

White with #BD51C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD51C1; }

 p { color: rgb(189,81,193); }

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

background-color css

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

 a { background-color: rgb(189,81,193); }

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

border-color css

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

 span { border-color: rgb(189,81,193); }

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