Html Css Color HEX #BD6CBE Fuchsia

📋 copy color: '#BD6CBE'

red 189 ◦ green 108 ◦ blue 190

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

Shades of Fuchsia #BD6CBE

Tints of Fuchsia #BD6CBE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.18%

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

R = 38.81%
G = 22.18%
B = 39.01%

CMYK

 C value IS 0.01

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BD6CBE (or 0xBD6CBE) is known color: Fuchsia. HEX triplet: BD, 6C and BE. RGB value is (189,108,190). Sum of RGB (Red+Green+Blue) = 189+108+190=487 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.81% from 487); Green value is 108 (42.58% from 255 or 22.18% from 487); Blue value is 190 (74.61% from 255 or 39.01% from 487); Max value from RGB is 190 - color contains mainly: blue. Hex color #BD6CBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD6CBE is #429341. Grayscale: #8D8D8D. Windows color (decimal): -4363074 or 12479677. OLE color: 12479677.

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

Color convert

RGB 189 108 190 -
CMYK 0.01 0.43 0 0.25
HSL 299.27º 0.39% 0.58% -
HSV(B) 299.27º 0.43% 0.75% -
XYZ 35.64 25.26 51.71 -
YUV 141.57 155.34 161.83 -
System Red Green Blue C M Y K H S L
Decimal 189 108 190 0.01 0.43 0 0.25 299.27 0.39 0.58
Hex BD 6C BE 1 2B 0 19 12B 27 3A
Octal 275 154 276 1 53 0 31 453 47 72
Binary 10111101 1101100 10111110 1 101011 0 11001 100101011 100111 111010

Color Harmonies of #BD6CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6CBE

Black with #BD6CBE

Text Example


Text Example

White with #BD6CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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