Html Css Color HEX #BE6CB0 Fuchsia

📋 copy color: '#BE6CB0'

red 190 ◦ green 108 ◦ blue 176

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

Shades of Fuchsia #BE6CB0

Tints of Fuchsia #BE6CB0

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.78%

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

R = 40.08%
G = 22.78%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BE6CB0 (or 0xBE6CB0) is known color: Fuchsia. HEX triplet: BE, 6C and B0. RGB value is (190,108,176). Sum of RGB (Red+Green+Blue) = 190+108+176=474 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.08% from 474); Green value is 108 (42.58% from 255 or 22.78% from 474); Blue value is 176 (69.14% from 255 or 37.13% from 474); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6CB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6CB0 is #41934F. Grayscale: #8C8C8C. Windows color (decimal): -4297552 or 11562174. OLE color: 11562174.

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

Color convert

RGB 190 108 176 -
CMYK 0 0.43 0.07 0.25
HSL 310.24º 0.39% 0.58% -
HSV(B) 310.24º 0.43% 0.75% -
XYZ 34.43 24.81 44.05 -
YUV 140.27 148.17 163.47 -
System Red Green Blue C M Y K H S L
Decimal 190 108 176 0 0.43 0.07 0.25 310.24 0.39 0.58
Hex BE 6C B0 0 2B 7 19 136 27 3A
Octal 276 154 260 0 53 7 31 466 47 72
Binary 10111110 1101100 10110000 0 101011 111 11001 100110110 100111 111010

Color Harmonies of #BE6CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6CB0

Black with #BE6CB0

Text Example


Text Example

White with #BE6CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6CB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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