Html Css Color HEX #BD6EC6 Fuchsia

📋 copy color: '#BD6EC6'

red 189 ◦ green 110 ◦ blue 198

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

Shades of Fuchsia #BD6EC6

Tints of Fuchsia #BD6EC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 39.84%

R = 38.03%
G = 22.13%
B = 39.84%

CMYK

 C value IS 0.05

 M value IS 0.44

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BD6EC6 (or 0xBD6EC6) is known color: Fuchsia. HEX triplet: BD, 6E and C6. RGB value is (189,110,198). Sum of RGB (Red+Green+Blue) = 189+110+198=497 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.03% from 497); Green value is 110 (43.36% from 255 or 22.13% from 497); Blue value is 198 (77.73% from 255 or 39.84% from 497); Max value from RGB is 198 - color contains mainly: blue. Hex color #BD6EC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD6EC6 is #429139. Grayscale: #8F8F8F. Windows color (decimal): -4362554 or 13004477. OLE color: 13004477.

HSL color Cylindrical-coordinate representation of color #BD6EC6: hue angle of 293.86º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BD6EC6 is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 189 110 198 -
CMYK 0.05 0.44 0 0.22
HSL 293.86º 0.44% 0.6% -
HSV(B) 293.86º 0.44% 0.78% -
XYZ 36.76 26.05 56.52 -
YUV 143.65 158.67 160.34 -
System Red Green Blue C M Y K H S L
Decimal 189 110 198 0.05 0.44 0 0.22 293.86 0.44 0.6
Hex BD 6E C6 5 2C 0 16 126 2C 3C
Octal 275 156 306 5 54 0 26 446 54 74
Binary 10111101 1101110 11000110 101 101100 0 10110 100100110 101100 111100

Color Harmonies of #BD6EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6EC6

Black with #BD6EC6

Text Example


Text Example

White with #BD6EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6EC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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