Html Css Color HEX #BE27B2 Fuchsia

📋 copy color: '#BE27B2'

red 190 ◦ green 39 ◦ blue 178

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

Shades of Fuchsia #BE27B2

Tints of Fuchsia #BE27B2

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.58%

 BLUE value IS 178 (69.92% from 255) = 43.73%

R = 46.68%
G = 9.58%
B = 43.73%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#BE27B2 (or 0xBE27B2) is known color: Fuchsia. HEX triplet: BE, 27 and B2. RGB value is (190,39,178). Sum of RGB (Red+Green+Blue) = 190+39+178=407 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.68% from 407); Green value is 39 (15.62% from 255 or 9.58% from 407); Blue value is 178 (69.92% from 255 or 43.73% from 407); Max value from RGB is 190 - color contains mainly: red. Hex color #BE27B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE27B2 is #41D84D. Grayscale: #636363. Windows color (decimal): -4315214 or 11675582. OLE color: 11675582.

HSL color Cylindrical-coordinate representation of color #BE27B2: hue angle of 304.77º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BE27B2 is Cyan = 0, Magento = 0.79, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 39 178 -
CMYK 0 0.79 0.06 0.25
HSL 304.77º 0.66% 0.45% -
HSV(B) 304.77º 0.79% 0.75% -
XYZ 30 15.61 43.55 -
YUV 100 172.03 192.2 -
System Red Green Blue C M Y K H S L
Decimal 190 39 178 0 0.79 0.06 0.25 304.77 0.66 0.45
Hex BE 27 B2 0 4F 6 19 131 42 2D
Octal 276 47 262 0 117 6 31 461 102 55
Binary 10111110 100111 10110010 0 1001111 110 11001 100110001 1000010 101101

Color Harmonies of #BE27B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE27B2

Black with #BE27B2

Text Example


Text Example

White with #BE27B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE27B2; }

 p { color: rgb(190,39,178); }

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

background-color css

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

 a { background-color: rgb(190,39,178); }

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

border-color css

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

 span { border-color: rgb(190,39,178); }

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