Html Css Color HEX #BE6CBD Fuchsia

📋 copy color: '#BE6CBD'

red 190 ◦ green 108 ◦ blue 189

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

Shades of Fuchsia #BE6CBD

Tints of Fuchsia #BE6CBD

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #BE6CBD: hue angle of 300.73º 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 #BE6CBD is Cyan = 0, Magento = 0.43, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 108 189 -
CMYK 0 0.43 0.01 0.25
HSL 300.73º 0.39% 0.58% -
HSV(B) 300.73º 0.43% 0.75% -
XYZ 35.78 25.35 51.15 -
YUV 141.75 154.67 162.41 -
System Red Green Blue C M Y K H S L
Decimal 190 108 189 0 0.43 0.01 0.25 300.73 0.39 0.58
Hex BE 6C BD 0 2B 1 19 12D 27 3A
Octal 276 154 275 0 53 1 31 455 47 72
Binary 10111110 1101100 10111101 0 101011 1 11001 100101101 100111 111010

Color Harmonies of #BE6CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6CBD

Black with #BE6CBD

Text Example


Text Example

White with #BE6CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6CBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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