Html Css Color HEX #BE68C1 Fuchsia

📋 copy color: '#BE68C1'

red 190 ◦ green 104 ◦ blue 193

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

Shades of Fuchsia #BE68C1

Tints of Fuchsia #BE68C1

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.36%

 BLUE value IS 193 (75.78% from 255) = 39.63%

R = 39.01%
G = 21.36%
B = 39.63%

CMYK

 C value IS 0.02

 M value IS 0.46

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BE68C1 (or 0xBE68C1) is known color: Fuchsia. HEX triplet: BE, 68 and C1. RGB value is (190,104,193). Sum of RGB (Red+Green+Blue) = 190+104+193=487 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.01% from 487); Green value is 104 (41.02% from 255 or 21.36% from 487); Blue value is 193 (75.78% from 255 or 39.63% from 487); Max value from RGB is 193 - color contains mainly: blue. Hex color #BE68C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE68C1 is #41973E. Grayscale: #8B8B8B. Windows color (decimal): -4298559 or 12675262. OLE color: 12675262.

HSL color Cylindrical-coordinate representation of color #BE68C1: hue angle of 297.98º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BE68C1 is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 190 104 193 -
CMYK 0.02 0.46 0 0.24
HSL 297.98º 0.42% 0.58% -
HSV(B) 297.98º 0.46% 0.76% -
XYZ 35.81 24.7 53.33 -
YUV 139.86 157.99 163.76 -
System Red Green Blue C M Y K H S L
Decimal 190 104 193 0.02 0.46 0 0.24 297.98 0.42 0.58
Hex BE 68 C1 2 2E 0 18 12A 2A 3A
Octal 276 150 301 2 56 0 30 452 52 72
Binary 10111110 1101000 11000001 10 101110 0 11000 100101010 101010 111010

Color Harmonies of #BE68C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE68C1

Black with #BE68C1

Text Example


Text Example

White with #BE68C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE68C1; }

 p { color: rgb(190,104,193); }

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

background-color css

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

 a { background-color: rgb(190,104,193); }

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

border-color css

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

 span { border-color: rgb(190,104,193); }

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