Html Css Color HEX #BE5DBB Fuchsia

📋 copy color: '#BE5DBB'

red 190 ◦ green 93 ◦ blue 187

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

Shades of Fuchsia #BE5DBB

Tints of Fuchsia #BE5DBB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.79%

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

R = 40.43%
G = 19.79%
B = 39.79%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BE5DBB (or 0xBE5DBB) is known color: Fuchsia. HEX triplet: BE, 5D and BB. RGB value is (190,93,187). Sum of RGB (Red+Green+Blue) = 190+93+187=470 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.43% from 470); Green value is 93 (36.72% from 255 or 19.79% from 470); Blue value is 187 (73.44% from 255 or 39.79% from 470); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE5DBB is #41A244. Grayscale: #848484. Windows color (decimal): -4301381 or 12279230. OLE color: 12279230.

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

Color convert

RGB 190 93 187 -
CMYK 0 0.51 0.02 0.25
HSL 301.86º 0.43% 0.55% -
HSV(B) 301.86º 0.51% 0.75% -
XYZ 34.12 22.36 49.53 -
YUV 132.72 158.64 168.86 -
System Red Green Blue C M Y K H S L
Decimal 190 93 187 0 0.51 0.02 0.25 301.86 0.43 0.55
Hex BE 5D BB 0 33 2 19 12E 2B 37
Octal 276 135 273 0 63 2 31 456 53 67
Binary 10111110 1011101 10111011 0 110011 10 11001 100101110 101011 110111

Color Harmonies of #BE5DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5DBB

Black with #BE5DBB

Text Example


Text Example

White with #BE5DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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