Html Css Color HEX #BE33AB Fuchsia

📋 copy color: '#BE33AB'

red 190 ◦ green 51 ◦ blue 171

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

Shades of Fuchsia #BE33AB

Tints of Fuchsia #BE33AB

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.38%

 BLUE value IS 171 (67.19% from 255) = 41.5%

R = 46.12%
G = 12.38%
B = 41.5%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#BE33AB (or 0xBE33AB) is known color: Fuchsia. HEX triplet: BE, 33 and AB. RGB value is (190,51,171). Sum of RGB (Red+Green+Blue) = 190+51+171=412 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.12% from 412); Green value is 51 (20.31% from 255 or 12.38% from 412); Blue value is 171 (67.19% from 255 or 41.50% from 412); Max value from RGB is 190 - color contains mainly: red. Hex color #BE33AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE33AB is #41CC54. Grayscale: #696969. Windows color (decimal): -4312149 or 11219902. OLE color: 11219902.

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

Color convert

RGB 190 51 171 -
CMYK 0 0.73 0.10 0.25
HSL 308.2º 0.58% 0.47% -
HSV(B) 308.2º 0.73% 0.75% -
XYZ 29.77 16.26 40.1 -
YUV 106.24 164.55 187.74 -
System Red Green Blue C M Y K H S L
Decimal 190 51 171 0 0.73 0.10 0.25 308.2 0.58 0.47
Hex BE 33 AB 0 49 A 19 134 3A 2F
Octal 276 63 253 0 111 12 31 464 72 57
Binary 10111110 110011 10101011 0 1001001 1010 11001 100110100 111010 101111

Color Harmonies of #BE33AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE33AB

Black with #BE33AB

Text Example


Text Example

White with #BE33AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE33AB; }

 p { color: rgb(190,51,171); }

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

background-color css

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

 a { background-color: rgb(190,51,171); }

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

border-color css

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

 span { border-color: rgb(190,51,171); }

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