Html Css Color HEX #BD6EC5 Fuchsia

📋 copy color: '#BD6EC5'

red 189 ◦ green 110 ◦ blue 197

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

Shades of Fuchsia #BD6EC5

Tints of Fuchsia #BD6EC5

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.18%

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

R = 38.1%
G = 22.18%
B = 39.72%

CMYK

 C value IS 0.04

 M value IS 0.44

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BD6EC5 (or 0xBD6EC5) is known color: Fuchsia. HEX triplet: BD, 6E and C5. RGB value is (189,110,197). Sum of RGB (Red+Green+Blue) = 189+110+197=496 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.10% from 496); Green value is 110 (43.36% from 255 or 22.18% from 496); Blue value is 197 (77.34% from 255 or 39.72% from 496); Max value from RGB is 197 - color contains mainly: blue. Hex color #BD6EC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD6EC5 is #42913A. Grayscale: #8F8F8F. Windows color (decimal): -4362555 or 12938941. OLE color: 12938941.

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

Color convert

RGB 189 110 197 -
CMYK 0.04 0.44 0 0.23
HSL 294.48º 0.43% 0.6% -
HSV(B) 294.48º 0.44% 0.77% -
XYZ 36.64 26 55.91 -
YUV 143.54 158.17 160.43 -
System Red Green Blue C M Y K H S L
Decimal 189 110 197 0.04 0.44 0 0.23 294.48 0.43 0.6
Hex BD 6E C5 4 2C 0 17 126 2B 3C
Octal 275 156 305 4 54 0 27 446 53 74
Binary 10111101 1101110 11000101 100 101100 0 10111 100100110 101011 111100

Color Harmonies of #BD6EC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6EC5

Black with #BD6EC5

Text Example


Text Example

White with #BD6EC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6EC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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