Html Css Color HEX #B83FC1 Fuchsia

📋 copy color: '#B83FC1'

red 184 ◦ green 63 ◦ blue 193

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

Shades of Fuchsia #B83FC1

Tints of Fuchsia #B83FC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 43.86%

R = 41.82%
G = 14.32%
B = 43.86%

CMYK

 C value IS 0.05

 M value IS 0.67

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B83FC1 (or 0xB83FC1) is known color: Fuchsia. HEX triplet: B8, 3F and C1. RGB value is (184,63,193). Sum of RGB (Red+Green+Blue) = 184+63+193=440 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.82% from 440); Green value is 63 (25% from 255 or 14.32% from 440); Blue value is 193 (75.78% from 255 or 43.86% from 440); Max value from RGB is 193 - color contains mainly: blue. Hex color #B83FC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B83FC1 is #47C03E. Grayscale: #717171. Windows color (decimal): -4702271 or 12664760. OLE color: 12664760.

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

Color convert

RGB 184 63 193 -
CMYK 0.05 0.67 0 0.24
HSL 295.85º 0.51% 0.5% -
HSV(B) 295.85º 0.67% 0.76% -
XYZ 31.17 17.6 52.21 -
YUV 114 172.59 177.93 -
System Red Green Blue C M Y K H S L
Decimal 184 63 193 0.05 0.67 0 0.24 295.85 0.51 0.5
Hex B8 3F C1 5 43 0 18 128 33 32
Octal 270 77 301 5 103 0 30 450 63 62
Binary 10111000 111111 11000001 101 1000011 0 11000 100101000 110011 110010

Color Harmonies of #B83FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83FC1

Black with #B83FC1

Text Example


Text Example

White with #B83FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83FC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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