Html Css Color HEX #B83CC0 Fuchsia

📋 copy color: '#B83CC0'

red 184 ◦ green 60 ◦ blue 192

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

Shades of Fuchsia #B83CC0

Tints of Fuchsia #B83CC0

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.76%

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

R = 42.2%
G = 13.76%
B = 44.04%

CMYK

 C value IS 0.04

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B83CC0 (or 0xB83CC0) is known color: Fuchsia. HEX triplet: B8, 3C and C0. RGB value is (184,60,192). Sum of RGB (Red+Green+Blue) = 184+60+192=436 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.20% from 436); Green value is 60 (23.83% from 255 or 13.76% from 436); Blue value is 192 (75.39% from 255 or 44.04% from 436); Max value from RGB is 192 - color contains mainly: blue. Hex color #B83CC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B83CC0 is #47C33F. Grayscale: #6F6F6F. Windows color (decimal): -4703040 or 12598456. OLE color: 12598456.

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

Color convert

RGB 184 60 192 -
CMYK 0.04 0.69 0 0.25
HSL 296.36º 0.52% 0.49% -
HSV(B) 296.36º 0.69% 0.75% -
XYZ 30.9 17.23 51.57 -
YUV 112.12 173.08 179.27 -
System Red Green Blue C M Y K H S L
Decimal 184 60 192 0.04 0.69 0 0.25 296.36 0.52 0.49
Hex B8 3C C0 4 45 0 19 128 34 31
Octal 270 74 300 4 105 0 31 450 64 61
Binary 10111000 111100 11000000 100 1000101 0 11001 100101000 110100 110001

Color Harmonies of #B83CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83CC0

Black with #B83CC0

Text Example


Text Example

White with #B83CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83CC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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