Html Css Color HEX #BE6BB5 Fuchsia

📋 copy color: '#BE6BB5'

red 190 ◦ green 107 ◦ blue 181

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

Shades of Fuchsia #BE6BB5

Tints of Fuchsia #BE6BB5

RGB

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

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

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

R = 39.75%
G = 22.38%
B = 37.87%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#BE6BB5 (or 0xBE6BB5) is known color: Fuchsia. HEX triplet: BE, 6B and B5. RGB value is (190,107,181). Sum of RGB (Red+Green+Blue) = 190+107+181=478 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.75% from 478); Green value is 107 (42.19% from 255 or 22.38% from 478); Blue value is 181 (71.09% from 255 or 37.87% from 478); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6BB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE6BB5 is #41944A. Grayscale: #8C8C8C. Windows color (decimal): -4297803 or 11889598. OLE color: 11889598.

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

Color convert

RGB 190 107 181 -
CMYK 0 0.44 0.05 0.25
HSL 306.51º 0.39% 0.58% -
HSV(B) 306.51º 0.44% 0.75% -
XYZ 34.83 24.8 46.67 -
YUV 140.25 151 163.48 -
System Red Green Blue C M Y K H S L
Decimal 190 107 181 0 0.44 0.05 0.25 306.51 0.39 0.58
Hex BE 6B B5 0 2C 5 19 133 27 3A
Octal 276 153 265 0 54 5 31 463 47 72
Binary 10111110 1101011 10110101 0 101100 101 11001 100110011 100111 111010

Color Harmonies of #BE6BB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6BB5

Black with #BE6BB5

Text Example


Text Example

White with #BE6BB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6BB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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