Html Css Color HEX #BE6BBA Fuchsia

📋 copy color: '#BE6BBA'

red 190 ◦ green 107 ◦ blue 186

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

Shades of Fuchsia #BE6BBA

Tints of Fuchsia #BE6BBA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.15%

 BLUE value IS 186 (73.05% from 255) = 38.51%

R = 39.34%
G = 22.15%
B = 38.51%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BE6BBA (or 0xBE6BBA) is known color: Fuchsia. HEX triplet: BE, 6B and BA. RGB value is (190,107,186). Sum of RGB (Red+Green+Blue) = 190+107+186=483 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.34% from 483); Green value is 107 (42.19% from 255 or 22.15% from 483); Blue value is 186 (73.05% from 255 or 38.51% from 483); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6BBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE6BBA is #419445. Grayscale: #8C8C8C. Windows color (decimal): -4297798 or 12217278. OLE color: 12217278.

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

Color convert

RGB 190 107 186 -
CMYK 0 0.44 0.02 0.25
HSL 302.89º 0.39% 0.58% -
HSV(B) 302.89º 0.44% 0.75% -
XYZ 35.36 25.01 49.42 -
YUV 140.82 153.5 163.08 -
System Red Green Blue C M Y K H S L
Decimal 190 107 186 0 0.44 0.02 0.25 302.89 0.39 0.58
Hex BE 6B BA 0 2C 2 19 12F 27 3A
Octal 276 153 272 0 54 2 31 457 47 72
Binary 10111110 1101011 10111010 0 101100 10 11001 100101111 100111 111010

Color Harmonies of #BE6BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6BBA

Black with #BE6BBA

Text Example


Text Example

White with #BE6BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6BBA; }

 p { color: rgb(190,107,186); }

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

background-color css

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

 a { background-color: rgb(190,107,186); }

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

border-color css

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

 span { border-color: rgb(190,107,186); }

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