Html Css Color HEX #BE68AB Fuchsia

📋 copy color: '#BE68AB'

red 190 ◦ green 104 ◦ blue 171

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

Shades of Fuchsia #BE68AB

Tints of Fuchsia #BE68AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 36.77%

R = 40.86%
G = 22.37%
B = 36.77%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#BE68AB (or 0xBE68AB) is known color: Fuchsia. HEX triplet: BE, 68 and AB. RGB value is (190,104,171). Sum of RGB (Red+Green+Blue) = 190+104+171=465 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.86% from 465); Green value is 104 (41.02% from 255 or 22.37% from 465); Blue value is 171 (67.19% from 255 or 36.77% from 465); Max value from RGB is 190 - color contains mainly: red. Hex color #BE68AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE68AB is #419754. Grayscale: #898989. Windows color (decimal): -4298581 or 11233470. OLE color: 11233470.

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

Color convert

RGB 190 104 171 -
CMYK 0 0.45 0.10 0.25
HSL 313.26º 0.4% 0.58% -
HSV(B) 313.26º 0.45% 0.75% -
XYZ 33.54 23.79 41.35 -
YUV 137.35 146.99 165.55 -
System Red Green Blue C M Y K H S L
Decimal 190 104 171 0 0.45 0.10 0.25 313.26 0.4 0.58
Hex BE 68 AB 0 2D A 19 139 28 3A
Octal 276 150 253 0 55 12 31 471 50 72
Binary 10111110 1101000 10101011 0 101101 1010 11001 100111001 101000 111010

Color Harmonies of #BE68AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE68AB

Black with #BE68AB

Text Example


Text Example

White with #BE68AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE68AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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