Html Css Color HEX #B83FC0 Fuchsia

📋 copy color: '#B83FC0'

red 184 ◦ green 63 ◦ blue 192

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

Shades of Fuchsia #B83FC0

Tints of Fuchsia #B83FC0

RGB

 RED value IS 184 (72.27% from 255) = 41.91%

 GREEN value IS 63 (25% from 255) = 14.35%

 BLUE value IS 192 (75.39% from 255) = 43.74%

R = 41.91%
G = 14.35%
B = 43.74%

CMYK

 C value IS 0.04

 M value IS 0.67

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B83FC0 (or 0xB83FC0) is known color: Fuchsia. HEX triplet: B8, 3F and C0. RGB value is (184,63,192). Sum of RGB (Red+Green+Blue) = 184+63+192=439 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.91% from 439); Green value is 63 (25% from 255 or 14.35% from 439); Blue value is 192 (75.39% from 255 or 43.74% from 439); Max value from RGB is 192 - color contains mainly: blue. Hex color #B83FC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B83FC0 is #47C03F. Grayscale: #717171. Windows color (decimal): -4702272 or 12599224. OLE color: 12599224.

HSL color Cylindrical-coordinate representation of color #B83FC0: hue angle of 296.28º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B83FC0 is Cyan = 0.04, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 184 63 192 -
CMYK 0.04 0.67 0 0.25
HSL 296.28º 0.51% 0.5% -
HSV(B) 296.28º 0.67% 0.75% -
XYZ 31.06 17.55 51.62 -
YUV 113.89 172.09 178.01 -
System Red Green Blue C M Y K H S L
Decimal 184 63 192 0.04 0.67 0 0.25 296.28 0.51 0.5
Hex B8 3F C0 4 43 0 19 128 33 32
Octal 270 77 300 4 103 0 31 450 63 62
Binary 10111000 111111 11000000 100 1000011 0 11001 100101000 110011 110010

Color Harmonies of #B83FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83FC0

Black with #B83FC0

Text Example


Text Example

White with #B83FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83FC0; }

 p { color: rgb(184,63,192); }

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

background-color css

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

 a { background-color: rgb(184,63,192); }

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

border-color css

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

 span { border-color: rgb(184,63,192); }

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