Html Css Color HEX #BD50C5 Fuchsia

📋 copy color: '#BD50C5'

red 189 ◦ green 80 ◦ blue 197

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

Shades of Fuchsia #BD50C5

Tints of Fuchsia #BD50C5

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.17%

 BLUE value IS 197 (77.34% from 255) = 42.27%

R = 40.56%
G = 17.17%
B = 42.27%

CMYK

 C value IS 0.04

 M value IS 0.59

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BD50C5 (or 0xBD50C5) is known color: Fuchsia. HEX triplet: BD, 50 and C5. RGB value is (189,80,197). Sum of RGB (Red+Green+Blue) = 189+80+197=466 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.56% from 466); Green value is 80 (31.64% from 255 or 17.17% from 466); Blue value is 197 (77.34% from 255 or 42.27% from 466); Max value from RGB is 197 - color contains mainly: blue. Hex color #BD50C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD50C5 is #42AF3A. Grayscale: #7D7D7D. Windows color (decimal): -4370235 or 12931261. OLE color: 12931261.

HSL color Cylindrical-coordinate representation of color #BD50C5: hue angle of 295.9º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BD50C5 is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 189 80 197 -
CMYK 0.04 0.59 0 0.23
HSL 295.9º 0.5% 0.54% -
HSV(B) 295.9º 0.59% 0.77% -
XYZ 33.93 20.59 55.01 -
YUV 125.93 168.11 172.99 -
System Red Green Blue C M Y K H S L
Decimal 189 80 197 0.04 0.59 0 0.23 295.9 0.5 0.54
Hex BD 50 C5 4 3B 0 17 128 32 36
Octal 275 120 305 4 73 0 27 450 62 66
Binary 10111101 1010000 11000101 100 111011 0 10111 100101000 110010 110110

Color Harmonies of #BD50C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD50C5

Black with #BD50C5

Text Example


Text Example

White with #BD50C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD50C5; }

 p { color: rgb(189,80,197); }

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

background-color css

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

 a { background-color: rgb(189,80,197); }

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

border-color css

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

 span { border-color: rgb(189,80,197); }

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