Html Css Color HEX #B862BA Fuchsia

📋 copy color: '#B862BA'

red 184 ◦ green 98 ◦ blue 186

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

Shades of Fuchsia #B862BA

Tints of Fuchsia #B862BA

RGB

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

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

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

R = 39.32%
G = 20.94%
B = 39.74%

CMYK

 C value IS 0.01

 M value IS 0.47

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B862BA (or 0xB862BA) is known color: Fuchsia. HEX triplet: B8, 62 and BA. RGB value is (184,98,186). Sum of RGB (Red+Green+Blue) = 184+98+186=468 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.32% from 468); Green value is 98 (38.67% from 255 or 20.94% from 468); Blue value is 186 (73.05% from 255 or 39.74% from 468); Max value from RGB is 186 - color contains mainly: blue. Hex color #B862BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B862BA is #479D45. Grayscale: #858585. Windows color (decimal): -4693318 or 12214968. OLE color: 12214968.

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

Color convert

RGB 184 98 186 -
CMYK 0.01 0.47 0 0.27
HSL 298.64º 0.39% 0.56% -
HSV(B) 298.64º 0.47% 0.73% -
XYZ 33 22.47 49.05 -
YUV 133.75 157.49 163.84 -
System Red Green Blue C M Y K H S L
Decimal 184 98 186 0.01 0.47 0 0.27 298.64 0.39 0.56
Hex B8 62 BA 1 2F 0 1B 12B 27 38
Octal 270 142 272 1 57 0 33 453 47 70
Binary 10111000 1100010 10111010 1 101111 0 11011 100101011 100111 111000

Color Harmonies of #B862BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B862BA

Black with #B862BA

Text Example


Text Example

White with #B862BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B862BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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