Html Css Color HEX #BE33C9 Fuchsia

📋 copy color: '#BE33C9'

red 190 ◦ green 51 ◦ blue 201

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

Shades of Fuchsia #BE33C9

Tints of Fuchsia #BE33C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 45.48%

R = 42.99%
G = 11.54%
B = 45.48%

CMYK

 C value IS 0.05

 M value IS 0.75

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BE33C9 (or 0xBE33C9) is known color: Fuchsia. HEX triplet: BE, 33 and C9. RGB value is (190,51,201). Sum of RGB (Red+Green+Blue) = 190+51+201=442 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.99% from 442); Green value is 51 (20.31% from 255 or 11.54% from 442); Blue value is 201 (78.91% from 255 or 45.48% from 442); Max value from RGB is 201 - color contains mainly: blue. Hex color #BE33C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE33C9 is #41CC36. Grayscale: #6D6D6D. Windows color (decimal): -4312119 or 13185982. OLE color: 13185982.

HSL color Cylindrical-coordinate representation of color #BE33C9: hue angle of 295.6º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BE33C9 is Cyan = 0.05, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 190 51 201 -
CMYK 0.05 0.75 0 0.21
HSL 295.6º 0.6% 0.49% -
HSV(B) 295.6º 0.75% 0.79% -
XYZ 32.96 17.53 56.91 -
YUV 109.66 179.55 185.3 -
System Red Green Blue C M Y K H S L
Decimal 190 51 201 0.05 0.75 0 0.21 295.6 0.6 0.49
Hex BE 33 C9 5 4B 0 15 128 3C 31
Octal 276 63 311 5 113 0 25 450 74 61
Binary 10111110 110011 11001001 101 1001011 0 10101 100101000 111100 110001

Color Harmonies of #BE33C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE33C9

Black with #BE33C9

Text Example


Text Example

White with #BE33C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE33C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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