Html Css Color HEX #BE6AB0 Fuchsia

📋 copy color: '#BE6AB0'

red 190 ◦ green 106 ◦ blue 176

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

Shades of Fuchsia #BE6AB0

Tints of Fuchsia #BE6AB0

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.46%

 BLUE value IS 176 (69.14% from 255) = 37.29%

R = 40.25%
G = 22.46%
B = 37.29%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BE6AB0 (or 0xBE6AB0) is known color: Fuchsia. HEX triplet: BE, 6A and B0. RGB value is (190,106,176). Sum of RGB (Red+Green+Blue) = 190+106+176=472 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.25% from 472); Green value is 106 (41.80% from 255 or 22.46% from 472); Blue value is 176 (69.14% from 255 or 37.29% from 472); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6AB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6AB0 is #41954F. Grayscale: #8A8A8A. Windows color (decimal): -4298064 or 11561662. OLE color: 11561662.

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

Color convert

RGB 190 106 176 -
CMYK 0 0.44 0.07 0.25
HSL 310º 0.39% 0.58% -
HSV(B) 310º 0.44% 0.75% -
XYZ 34.23 24.39 43.98 -
YUV 139.1 148.83 164.31 -
System Red Green Blue C M Y K H S L
Decimal 190 106 176 0 0.44 0.07 0.25 310 0.39 0.58
Hex BE 6A B0 0 2C 7 19 136 27 3A
Octal 276 152 260 0 54 7 31 466 47 72
Binary 10111110 1101010 10110000 0 101100 111 11001 100110110 100111 111010

Color Harmonies of #BE6AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6AB0

Black with #BE6AB0

Text Example


Text Example

White with #BE6AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6AB0; }

 p { color: rgb(190,106,176); }

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

background-color css

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

 a { background-color: rgb(190,106,176); }

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

border-color css

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

 span { border-color: rgb(190,106,176); }

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