Html Css Color HEX #B862BC Fuchsia

📋 copy color: '#B862BC'

red 184 ◦ green 98 ◦ blue 188

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

Shades of Fuchsia #B862BC

Tints of Fuchsia #B862BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40%

R = 39.15%
G = 20.85%
B = 40%

CMYK

 C value IS 0.02

 M value IS 0.48

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B862BC (or 0xB862BC) is known color: Fuchsia. HEX triplet: B8, 62 and BC. RGB value is (184,98,188). Sum of RGB (Red+Green+Blue) = 184+98+188=470 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.15% from 470); Green value is 98 (38.67% from 255 or 20.85% from 470); Blue value is 188 (73.83% from 255 or 40% from 470); Max value from RGB is 188 - color contains mainly: blue. Hex color #B862BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B862BC is #479D43. Grayscale: #858585. Windows color (decimal): -4693316 or 12346040. OLE color: 12346040.

HSL color Cylindrical-coordinate representation of color #B862BC: hue angle of 297.33º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B862BC is Cyan = 0.02, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 184 98 188 -
CMYK 0.02 0.48 0 0.26
HSL 297.33º 0.4% 0.56% -
HSV(B) 297.33º 0.48% 0.74% -
XYZ 33.21 22.56 50.18 -
YUV 133.97 158.49 163.68 -
System Red Green Blue C M Y K H S L
Decimal 184 98 188 0.02 0.48 0 0.26 297.33 0.4 0.56
Hex B8 62 BC 2 30 0 1A 129 28 38
Octal 270 142 274 2 60 0 32 451 50 70
Binary 10111000 1100010 10111100 10 110000 0 11010 100101001 101000 111000

Color Harmonies of #B862BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B862BC

Black with #B862BC

Text Example


Text Example

White with #B862BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B862BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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