Html Css Color HEX #BE68B5 Fuchsia

📋 copy color: '#BE68B5'

red 190 ◦ green 104 ◦ blue 181

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

Shades of Fuchsia #BE68B5

Tints of Fuchsia #BE68B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 38.11%

R = 40%
G = 21.89%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#BE68B5 (or 0xBE68B5) is known color: Fuchsia. HEX triplet: BE, 68 and B5. RGB value is (190,104,181). Sum of RGB (Red+Green+Blue) = 190+104+181=475 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40% from 475); Green value is 104 (41.02% from 255 or 21.89% from 475); Blue value is 181 (71.09% from 255 or 38.11% from 475); Max value from RGB is 190 - color contains mainly: red. Hex color #BE68B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE68B5 is #41974A. Grayscale: #8A8A8A. Windows color (decimal): -4298571 or 11888830. OLE color: 11888830.

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

Color convert

RGB 190 104 181 -
CMYK 0 0.45 0.05 0.25
HSL 306.28º 0.4% 0.58% -
HSV(B) 306.28º 0.45% 0.75% -
XYZ 34.53 24.18 46.56 -
YUV 138.49 151.99 164.74 -
System Red Green Blue C M Y K H S L
Decimal 190 104 181 0 0.45 0.05 0.25 306.28 0.4 0.58
Hex BE 68 B5 0 2D 5 19 132 28 3A
Octal 276 150 265 0 55 5 31 462 50 72
Binary 10111110 1101000 10110101 0 101101 101 11001 100110010 101000 111010

Color Harmonies of #BE68B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE68B5

Black with #BE68B5

Text Example


Text Example

White with #BE68B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE68B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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