Html Css Color HEX #BD5FC1 Fuchsia

📋 copy color: '#BD5FC1'

red 189 ◦ green 95 ◦ blue 193

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

Shades of Fuchsia #BD5FC1

Tints of Fuchsia #BD5FC1

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.92%

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

R = 39.62%
G = 19.92%
B = 40.46%

CMYK

 C value IS 0.02

 M value IS 0.51

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BD5FC1 (or 0xBD5FC1) is known color: Fuchsia. HEX triplet: BD, 5F and C1. RGB value is (189,95,193). Sum of RGB (Red+Green+Blue) = 189+95+193=477 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.62% from 477); Green value is 95 (37.5% from 255 or 19.92% from 477); Blue value is 193 (75.78% from 255 or 40.46% from 477); Max value from RGB is 193 - color contains mainly: blue. Hex color #BD5FC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD5FC1 is #42A03E. Grayscale: #858585. Windows color (decimal): -4366399 or 12672957. OLE color: 12672957.

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

Color convert

RGB 189 95 193 -
CMYK 0.02 0.51 0 0.24
HSL 297.55º 0.44% 0.56% -
HSV(B) 297.55º 0.51% 0.76% -
XYZ 34.7 22.85 53.03 -
YUV 134.28 161.14 167.03 -
System Red Green Blue C M Y K H S L
Decimal 189 95 193 0.02 0.51 0 0.24 297.55 0.44 0.56
Hex BD 5F C1 2 33 0 18 12A 2C 38
Octal 275 137 301 2 63 0 30 452 54 70
Binary 10111101 1011111 11000001 10 110011 0 11000 100101010 101100 111000

Color Harmonies of #BD5FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5FC1

Black with #BD5FC1

Text Example


Text Example

White with #BD5FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5FC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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