Html Css Color HEX #BE30CC Fuchsia

📋 copy color: '#BE30CC'

red 190 ◦ green 48 ◦ blue 204

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

Shades of Fuchsia #BE30CC

Tints of Fuchsia #BE30CC

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.86%

 BLUE value IS 204 (80.08% from 255) = 46.15%

R = 42.99%
G = 10.86%
B = 46.15%

CMYK

 C value IS 0.07

 M value IS 0.76

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BE30CC (or 0xBE30CC) is known color: Fuchsia. HEX triplet: BE, 30 and CC. RGB value is (190,48,204). Sum of RGB (Red+Green+Blue) = 190+48+204=442 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.99% from 442); Green value is 48 (19.14% from 255 or 10.86% from 442); Blue value is 204 (80.08% from 255 or 46.15% from 442); Max value from RGB is 204 - color contains mainly: blue. Hex color #BE30CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE30CC is #41CF33. Grayscale: #6B6B6B. Windows color (decimal): -4312884 or 13381822. OLE color: 13381822.

HSL color Cylindrical-coordinate representation of color #BE30CC: hue angle of 294.62º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BE30CC is Cyan = 0.07, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 190 48 204 -
CMYK 0.07 0.76 0 0.2
HSL 294.62º 0.62% 0.49% -
HSV(B) 294.62º 0.76% 0.8% -
XYZ 33.19 17.42 58.74 -
YUV 108.24 182.04 186.32 -
System Red Green Blue C M Y K H S L
Decimal 190 48 204 0.07 0.76 0 0.2 294.62 0.62 0.49
Hex BE 30 CC 7 4C 0 14 127 3E 31
Octal 276 60 314 7 114 0 24 447 76 61
Binary 10111110 110000 11001100 111 1001100 0 10100 100100111 111110 110001

Color Harmonies of #BE30CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE30CC

Black with #BE30CC

Text Example


Text Example

White with #BE30CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE30CC; }

 p { color: rgb(190,48,204); }

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

background-color css

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

 a { background-color: rgb(190,48,204); }

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

border-color css

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

 span { border-color: rgb(190,48,204); }

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