Html Css Color HEX #BE33BC Fuchsia

📋 copy color: '#BE33BC'

red 190 ◦ green 51 ◦ blue 188

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

Shades of Fuchsia #BE33BC

Tints of Fuchsia #BE33BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 43.82%

R = 44.29%
G = 11.89%
B = 43.82%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#BE33BC (or 0xBE33BC) is known color: Fuchsia. HEX triplet: BE, 33 and BC. RGB value is (190,51,188). Sum of RGB (Red+Green+Blue) = 190+51+188=429 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.29% from 429); Green value is 51 (20.31% from 255 or 11.89% from 429); Blue value is 188 (73.83% from 255 or 43.82% from 429); Max value from RGB is 190 - color contains mainly: red. Hex color #BE33BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE33BC is #41CC43. Grayscale: #6B6B6B. Windows color (decimal): -4312132 or 12334014. OLE color: 12334014.

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

Color convert

RGB 190 51 188 -
CMYK 0 0.73 0.01 0.25
HSL 300.86º 0.58% 0.47% -
HSV(B) 300.86º 0.73% 0.75% -
XYZ 31.5 16.95 49.19 -
YUV 108.18 173.05 186.36 -
System Red Green Blue C M Y K H S L
Decimal 190 51 188 0 0.73 0.01 0.25 300.86 0.58 0.47
Hex BE 33 BC 0 49 1 19 12D 3A 2F
Octal 276 63 274 0 111 1 31 455 72 57
Binary 10111110 110011 10111100 0 1001001 1 11001 100101101 111010 101111

Color Harmonies of #BE33BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE33BC

Black with #BE33BC

Text Example


Text Example

White with #BE33BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE33BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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