Html Css Color HEX #B83FBA Fuchsia

📋 copy color: '#B83FBA'

red 184 ◦ green 63 ◦ blue 186

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

Shades of Fuchsia #B83FBA

Tints of Fuchsia #B83FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 42.96%

R = 42.49%
G = 14.55%
B = 42.96%

CMYK

 C value IS 0.01

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B83FBA (or 0xB83FBA) is known color: Fuchsia. HEX triplet: B8, 3F and BA. RGB value is (184,63,186). Sum of RGB (Red+Green+Blue) = 184+63+186=433 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.49% from 433); Green value is 63 (25% from 255 or 14.55% from 433); Blue value is 186 (73.05% from 255 or 42.96% from 433); Max value from RGB is 186 - color contains mainly: blue. Hex color #B83FBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B83FBA is #47C045. Grayscale: #707070. Windows color (decimal): -4702278 or 12206008. OLE color: 12206008.

HSL color Cylindrical-coordinate representation of color #B83FBA: hue angle of 299.02º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B83FBA is Cyan = 0.01, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 184 63 186 -
CMYK 0.01 0.66 0 0.27
HSL 299.02º 0.49% 0.49% -
HSV(B) 299.02º 0.66% 0.73% -
XYZ 30.41 17.29 48.19 -
YUV 113.2 169.09 178.5 -
System Red Green Blue C M Y K H S L
Decimal 184 63 186 0.01 0.66 0 0.27 299.02 0.49 0.49
Hex B8 3F BA 1 42 0 1B 12B 31 31
Octal 270 77 272 1 102 0 33 453 61 61
Binary 10111000 111111 10111010 1 1000010 0 11011 100101011 110001 110001

Color Harmonies of #B83FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83FBA

Black with #B83FBA

Text Example


Text Example

White with #B83FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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