Html Css Color HEX #B862B0 Fuchsia

📋 copy color: '#B862B0'

red 184 ◦ green 98 ◦ blue 176

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

Shades of Fuchsia #B862B0

Tints of Fuchsia #B862B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 38.43%

R = 40.17%
G = 21.4%
B = 38.43%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.04

 K value IS 0.28

RGB Variations

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

Color information

#B862B0 (or 0xB862B0) is known color: Fuchsia. HEX triplet: B8, 62 and B0. RGB value is (184,98,176). Sum of RGB (Red+Green+Blue) = 184+98+176=458 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.17% from 458); Green value is 98 (38.67% from 255 or 21.40% from 458); Blue value is 176 (69.14% from 255 or 38.43% from 458); Max value from RGB is 184 - color contains mainly: red. Hex color #B862B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B862B0 is #479D4F. Grayscale: #848484. Windows color (decimal): -4693328 or 11559608. OLE color: 11559608.

HSL color Cylindrical-coordinate representation of color #B862B0: hue angle of 305.58º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B862B0 is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 98 176 -
CMYK 0 0.47 0.04 0.28
HSL 305.58º 0.38% 0.55% -
HSV(B) 305.58º 0.47% 0.72% -
XYZ 31.97 22.06 43.65 -
YUV 132.61 152.49 164.66 -
System Red Green Blue C M Y K H S L
Decimal 184 98 176 0 0.47 0.04 0.28 305.58 0.38 0.55
Hex B8 62 B0 0 2F 4 1C 132 26 37
Octal 270 142 260 0 57 4 34 462 46 67
Binary 10111000 1100010 10110000 0 101111 100 11100 100110010 100110 110111

Color Harmonies of #B862B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B862B0

Black with #B862B0

Text Example


Text Example

White with #B862B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B862B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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