Html Css Color HEX #B862C0 Fuchsia

📋 copy color: '#B862C0'

red 184 ◦ green 98 ◦ blue 192

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

Shades of Fuchsia #B862C0

Tints of Fuchsia #B862C0

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.68%

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

R = 38.82%
G = 20.68%
B = 40.51%

CMYK

 C value IS 0.04

 M value IS 0.49

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B862C0 (or 0xB862C0) is known color: Fuchsia. HEX triplet: B8, 62 and C0. RGB value is (184,98,192). Sum of RGB (Red+Green+Blue) = 184+98+192=474 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.82% from 474); Green value is 98 (38.67% from 255 or 20.68% from 474); Blue value is 192 (75.39% from 255 or 40.51% from 474); Max value from RGB is 192 - color contains mainly: blue. Hex color #B862C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B862C0 is #479D3F. Grayscale: #868686. Windows color (decimal): -4693312 or 12608184. OLE color: 12608184.

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

Color convert

RGB 184 98 192 -
CMYK 0.04 0.49 0 0.25
HSL 294.89º 0.43% 0.57% -
HSV(B) 294.89º 0.49% 0.75% -
XYZ 33.65 22.73 52.48 -
YUV 134.43 160.49 163.36 -
System Red Green Blue C M Y K H S L
Decimal 184 98 192 0.04 0.49 0 0.25 294.89 0.43 0.57
Hex B8 62 C0 4 31 0 19 127 2B 39
Octal 270 142 300 4 61 0 31 447 53 71
Binary 10111000 1100010 11000000 100 110001 0 11001 100100111 101011 111001

Color Harmonies of #B862C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B862C0

Black with #B862C0

Text Example


Text Example

White with #B862C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B862C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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