Html Css Color HEX #B83DC1 Fuchsia

📋 copy color: '#B83DC1'

red 184 ◦ green 61 ◦ blue 193

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

Shades of Fuchsia #B83DC1

Tints of Fuchsia #B83DC1

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.93%

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

R = 42.01%
G = 13.93%
B = 44.06%

CMYK

 C value IS 0.05

 M value IS 0.68

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B83DC1 (or 0xB83DC1) is known color: Fuchsia. HEX triplet: B8, 3D and C1. RGB value is (184,61,193). Sum of RGB (Red+Green+Blue) = 184+61+193=438 (58% of max value = 765). Red value is 184 (72.27% from 255 or 42.01% from 438); Green value is 61 (24.22% from 255 or 13.93% from 438); Blue value is 193 (75.78% from 255 or 44.06% from 438); Max value from RGB is 193 - color contains mainly: blue. Hex color #B83DC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B83DC1 is #47C23E. Grayscale: #707070. Windows color (decimal): -4702783 or 12664248. OLE color: 12664248.

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

Color convert

RGB 184 61 193 -
CMYK 0.05 0.68 0 0.24
HSL 295.91º 0.52% 0.5% -
HSV(B) 295.91º 0.68% 0.76% -
XYZ 31.06 17.38 52.17 -
YUV 112.83 173.25 178.77 -
System Red Green Blue C M Y K H S L
Decimal 184 61 193 0.05 0.68 0 0.24 295.91 0.52 0.5
Hex B8 3D C1 5 44 0 18 128 34 32
Octal 270 75 301 5 104 0 30 450 64 62
Binary 10111000 111101 11000001 101 1000100 0 11000 100101000 110100 110010

Color Harmonies of #B83DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83DC1

Black with #B83DC1

Text Example


Text Example

White with #B83DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83DC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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