Html Css Color HEX #B83CBF Fuchsia

📋 copy color: '#B83CBF'

red 184 ◦ green 60 ◦ blue 191

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

Shades of Fuchsia #B83CBF

Tints of Fuchsia #B83CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 43.91%

R = 42.3%
G = 13.79%
B = 43.91%

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

#B83CBF (or 0xB83CBF) is known color: Fuchsia. HEX triplet: B8, 3C and BF. RGB value is (184,60,191). Sum of RGB (Red+Green+Blue) = 184+60+191=435 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.30% from 435); Green value is 60 (23.83% from 255 or 13.79% from 435); Blue value is 191 (75% from 255 or 43.91% from 435); Max value from RGB is 191 - color contains mainly: blue. Hex color #B83CBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B83CBF is #47C340. Grayscale: #6F6F6F. Windows color (decimal): -4703041 or 12532920. OLE color: 12532920.

HSL color Cylindrical-coordinate representation of color #B83CBF: hue angle of 296.79º 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 #B83CBF is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 184 60 191 -
CMYK 0.04 0.69 0 0.25
HSL 296.79º 0.52% 0.49% -
HSV(B) 296.79º 0.69% 0.75% -
XYZ 30.79 17.18 50.98 -
YUV 112.01 172.58 179.35 -
System Red Green Blue C M Y K H S L
Decimal 184 60 191 0.04 0.69 0 0.25 296.79 0.52 0.49
Hex B8 3C BF 4 45 0 19 129 34 31
Octal 270 74 277 4 105 0 31 451 64 61
Binary 10111000 111100 10111111 100 1000101 0 11001 100101001 110100 110001

Color Harmonies of #B83CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83CBF

Black with #B83CBF

Text Example


Text Example

White with #B83CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83CBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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