Html Css Color HEX #BD6EBE Fuchsia

📋 copy color: '#BD6EBE'

red 189 ◦ green 110 ◦ blue 190

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

Shades of Fuchsia #BD6EBE

Tints of Fuchsia #BD6EBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 38.85%

R = 38.65%
G = 22.49%
B = 38.85%

CMYK

 C value IS 0.01

 M value IS 0.42

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BD6EBE (or 0xBD6EBE) is known color: Fuchsia. HEX triplet: BD, 6E and BE. RGB value is (189,110,190). Sum of RGB (Red+Green+Blue) = 189+110+190=489 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.65% from 489); Green value is 110 (43.36% from 255 or 22.49% from 489); Blue value is 190 (74.61% from 255 or 38.85% from 489); Max value from RGB is 190 - color contains mainly: blue. Hex color #BD6EBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD6EBE is #429141. Grayscale: #8E8E8E. Windows color (decimal): -4362562 or 12480189. OLE color: 12480189.

HSL color Cylindrical-coordinate representation of color #BD6EBE: hue angle of 299.25º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BD6EBE is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 189 110 190 -
CMYK 0.01 0.42 0 0.25
HSL 299.25º 0.38% 0.59% -
HSV(B) 299.25º 0.42% 0.75% -
XYZ 35.86 25.69 51.78 -
YUV 142.74 154.67 161 -
System Red Green Blue C M Y K H S L
Decimal 189 110 190 0.01 0.42 0 0.25 299.25 0.38 0.59
Hex BD 6E BE 1 2A 0 19 12B 26 3B
Octal 275 156 276 1 52 0 31 453 46 73
Binary 10111101 1101110 10111110 1 101010 0 11001 100101011 100110 111011

Color Harmonies of #BD6EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6EBE

Black with #BD6EBE

Text Example


Text Example

White with #BD6EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6EBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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