Html Css Color HEX #BE6CB7 Fuchsia

📋 copy color: '#BE6CB7'

red 190 ◦ green 108 ◦ blue 183

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

Shades of Fuchsia #BE6CB7

Tints of Fuchsia #BE6CB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 38.05%

R = 39.5%
G = 22.45%
B = 38.05%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#BE6CB7 (or 0xBE6CB7) is known color: Fuchsia. HEX triplet: BE, 6C and B7. RGB value is (190,108,183). Sum of RGB (Red+Green+Blue) = 190+108+183=481 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.50% from 481); Green value is 108 (42.58% from 255 or 22.45% from 481); Blue value is 183 (71.88% from 255 or 38.05% from 481); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6CB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE6CB7 is #419348. Grayscale: #8C8C8C. Windows color (decimal): -4297545 or 12020926. OLE color: 12020926.

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

Color convert

RGB 190 108 183 -
CMYK 0 0.43 0.04 0.25
HSL 305.12º 0.39% 0.58% -
HSV(B) 305.12º 0.43% 0.75% -
XYZ 35.15 25.09 47.79 -
YUV 141.07 151.67 162.9 -
System Red Green Blue C M Y K H S L
Decimal 190 108 183 0 0.43 0.04 0.25 305.12 0.39 0.58
Hex BE 6C B7 0 2B 4 19 131 27 3A
Octal 276 154 267 0 53 4 31 461 47 72
Binary 10111110 1101100 10110111 0 101011 100 11001 100110001 100111 111010

Color Harmonies of #BE6CB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6CB7

Black with #BE6CB7

Text Example


Text Example

White with #BE6CB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6CB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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