Html Css Color HEX #BD5DC0 Fuchsia

📋 copy color: '#BD5DC0'

red 189 ◦ green 93 ◦ blue 192

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

Shades of Fuchsia #BD5DC0

Tints of Fuchsia #BD5DC0

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.62%

 BLUE value IS 192 (75.39% from 255) = 40.51%

R = 39.87%
G = 19.62%
B = 40.51%

CMYK

 C value IS 0.02

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BD5DC0 (or 0xBD5DC0) is known color: Fuchsia. HEX triplet: BD, 5D and C0. RGB value is (189,93,192). Sum of RGB (Red+Green+Blue) = 189+93+192=474 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.87% from 474); Green value is 93 (36.72% from 255 or 19.62% from 474); Blue value is 192 (75.39% from 255 or 40.51% from 474); Max value from RGB is 192 - color contains mainly: blue. Hex color #BD5DC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD5DC0 is #42A23F. Grayscale: #848484. Windows color (decimal): -4366912 or 12606909. OLE color: 12606909.

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

Color convert

RGB 189 93 192 -
CMYK 0.02 0.52 0 0.25
HSL 298.18º 0.44% 0.56% -
HSV(B) 298.18º 0.52% 0.75% -
XYZ 34.42 22.45 52.39 -
YUV 132.99 161.3 167.95 -
System Red Green Blue C M Y K H S L
Decimal 189 93 192 0.02 0.52 0 0.25 298.18 0.44 0.56
Hex BD 5D C0 2 34 0 19 12A 2C 38
Octal 275 135 300 2 64 0 31 452 54 70
Binary 10111101 1011101 11000000 10 110100 0 11001 100101010 101100 111000

Color Harmonies of #BD5DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5DC0

Black with #BD5DC0

Text Example


Text Example

White with #BD5DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5DC0; }

 p { color: rgb(189,93,192); }

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

background-color css

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

 a { background-color: rgb(189,93,192); }

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

border-color css

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

 span { border-color: rgb(189,93,192); }

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