Html Css Color HEX #B861BE Fuchsia

📋 copy color: '#B861BE'

red 184 ◦ green 97 ◦ blue 190

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

Shades of Fuchsia #B861BE

Tints of Fuchsia #B861BE

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.59%

 BLUE value IS 190 (74.61% from 255) = 40.34%

R = 39.07%
G = 20.59%
B = 40.34%

CMYK

 C value IS 0.03

 M value IS 0.49

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B861BE (or 0xB861BE) is known color: Fuchsia. HEX triplet: B8, 61 and BE. RGB value is (184,97,190). Sum of RGB (Red+Green+Blue) = 184+97+190=471 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.07% from 471); Green value is 97 (38.28% from 255 or 20.59% from 471); Blue value is 190 (74.61% from 255 or 40.34% from 471); Max value from RGB is 190 - color contains mainly: blue. Hex color #B861BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B861BE is #479E41. Grayscale: #858585. Windows color (decimal): -4693570 or 12476856. OLE color: 12476856.

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

Color convert

RGB 184 97 190 -
CMYK 0.03 0.49 0 0.25
HSL 296.13º 0.42% 0.56% -
HSV(B) 296.13º 0.49% 0.75% -
XYZ 33.34 22.46 51.29 -
YUV 133.62 159.82 163.94 -
System Red Green Blue C M Y K H S L
Decimal 184 97 190 0.03 0.49 0 0.25 296.13 0.42 0.56
Hex B8 61 BE 3 31 0 19 128 2A 38
Octal 270 141 276 3 61 0 31 450 52 70
Binary 10111000 1100001 10111110 11 110001 0 11001 100101000 101010 111000

Color Harmonies of #B861BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B861BE

Black with #B861BE

Text Example


Text Example

White with #B861BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B861BE; }

 p { color: rgb(184,97,190); }

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

background-color css

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

 a { background-color: rgb(184,97,190); }

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

border-color css

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

 span { border-color: rgb(184,97,190); }

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