Html Css Color HEX #BE6CBB Fuchsia

📋 copy color: '#BE6CBB'

red 190 ◦ green 108 ◦ blue 187

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

Shades of Fuchsia #BE6CBB

Tints of Fuchsia #BE6CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.56%

R = 39.18%
G = 22.27%
B = 38.56%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BE6CBB (or 0xBE6CBB) is known color: Fuchsia. HEX triplet: BE, 6C and BB. RGB value is (190,108,187). Sum of RGB (Red+Green+Blue) = 190+108+187=485 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.18% from 485); Green value is 108 (42.58% from 255 or 22.27% from 485); Blue value is 187 (73.44% from 255 or 38.56% from 485); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6CBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE6CBB is #419344. Grayscale: #8D8D8D. Windows color (decimal): -4297541 or 12283070. OLE color: 12283070.

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

Color convert

RGB 190 108 187 -
CMYK 0 0.43 0.02 0.25
HSL 302.2º 0.39% 0.58% -
HSV(B) 302.2º 0.43% 0.75% -
XYZ 35.57 25.26 50.01 -
YUV 141.52 153.67 162.58 -
System Red Green Blue C M Y K H S L
Decimal 190 108 187 0 0.43 0.02 0.25 302.2 0.39 0.58
Hex BE 6C BB 0 2B 2 19 12E 27 3A
Octal 276 154 273 0 53 2 31 456 47 72
Binary 10111110 1101100 10111011 0 101011 10 11001 100101110 100111 111010

Color Harmonies of #BE6CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6CBB

Black with #BE6CBB

Text Example


Text Example

White with #BE6CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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