Html Css Color HEX #BE30BD Fuchsia

📋 copy color: '#BE30BD'

red 190 ◦ green 48 ◦ blue 189

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

Shades of Fuchsia #BE30BD

Tints of Fuchsia #BE30BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 44.26%

R = 44.5%
G = 11.24%
B = 44.26%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#BE30BD (or 0xBE30BD) is known color: Fuchsia. HEX triplet: BE, 30 and BD. RGB value is (190,48,189). Sum of RGB (Red+Green+Blue) = 190+48+189=427 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.50% from 427); Green value is 48 (19.14% from 255 or 11.24% from 427); Blue value is 189 (74.22% from 255 or 44.26% from 427); Max value from RGB is 190 - color contains mainly: red. Hex color #BE30BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE30BD is #41CF42. Grayscale: #6A6A6A. Windows color (decimal): -4312899 or 12398782. OLE color: 12398782.

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

Color convert

RGB 190 48 189 -
CMYK 0 0.75 0.01 0.25
HSL 300.42º 0.6% 0.47% -
HSV(B) 300.42º 0.75% 0.75% -
XYZ 31.48 16.74 49.72 -
YUV 106.53 174.54 187.54 -
System Red Green Blue C M Y K H S L
Decimal 190 48 189 0 0.75 0.01 0.25 300.42 0.6 0.47
Hex BE 30 BD 0 4B 1 19 12C 3C 2F
Octal 276 60 275 0 113 1 31 454 74 57
Binary 10111110 110000 10111101 0 1001011 1 11001 100101100 111100 101111

Color Harmonies of #BE30BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE30BD

Black with #BE30BD

Text Example


Text Example

White with #BE30BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE30BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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