Html Css Color HEX #BE6CBA Fuchsia

📋 copy color: '#BE6CBA'

red 190 ◦ green 108 ◦ blue 186

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

Shades of Fuchsia #BE6CBA

Tints of Fuchsia #BE6CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.43%

R = 39.26%
G = 22.31%
B = 38.43%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BE6CBA (or 0xBE6CBA) is known color: Fuchsia. HEX triplet: BE, 6C and BA. RGB value is (190,108,186). Sum of RGB (Red+Green+Blue) = 190+108+186=484 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.26% from 484); Green value is 108 (42.58% from 255 or 22.31% from 484); Blue value is 186 (73.05% from 255 or 38.43% from 484); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6CBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE6CBA is #419345. Grayscale: #8D8D8D. Windows color (decimal): -4297542 or 12217534. OLE color: 12217534.

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

Color convert

RGB 190 108 186 -
CMYK 0 0.43 0.02 0.25
HSL 302.93º 0.39% 0.58% -
HSV(B) 302.93º 0.43% 0.75% -
XYZ 35.46 25.22 49.45 -
YUV 141.41 153.17 162.66 -
System Red Green Blue C M Y K H S L
Decimal 190 108 186 0 0.43 0.02 0.25 302.93 0.39 0.58
Hex BE 6C BA 0 2B 2 19 12F 27 3A
Octal 276 154 272 0 53 2 31 457 47 72
Binary 10111110 1101100 10111010 0 101011 10 11001 100101111 100111 111010

Color Harmonies of #BE6CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6CBA

Black with #BE6CBA

Text Example


Text Example

White with #BE6CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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