Html Css Color HEX #B865BA Fuchsia

📋 copy color: '#B865BA'

red 184 ◦ green 101 ◦ blue 186

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

Shades of Fuchsia #B865BA

Tints of Fuchsia #B865BA

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.44%

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

R = 39.07%
G = 21.44%
B = 39.49%

CMYK

 C value IS 0.01

 M value IS 0.46

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B865BA (or 0xB865BA) is known color: Fuchsia. HEX triplet: B8, 65 and BA. RGB value is (184,101,186). Sum of RGB (Red+Green+Blue) = 184+101+186=471 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.07% from 471); Green value is 101 (39.84% from 255 or 21.44% from 471); Blue value is 186 (73.05% from 255 or 39.49% from 471); Max value from RGB is 186 - color contains mainly: blue. Hex color #B865BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B865BA is #479A45. Grayscale: #878787. Windows color (decimal): -4692550 or 12215736. OLE color: 12215736.

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

Color convert

RGB 184 101 186 -
CMYK 0.01 0.46 0 0.27
HSL 298.59º 0.38% 0.56% -
HSV(B) 298.59º 0.46% 0.73% -
XYZ 33.28 23.04 49.15 -
YUV 135.51 156.5 162.59 -
System Red Green Blue C M Y K H S L
Decimal 184 101 186 0.01 0.46 0 0.27 298.59 0.38 0.56
Hex B8 65 BA 1 2E 0 1B 12B 26 38
Octal 270 145 272 1 56 0 33 453 46 70
Binary 10111000 1100101 10111010 1 101110 0 11011 100101011 100110 111000

Color Harmonies of #B865BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B865BA

Black with #B865BA

Text Example


Text Example

White with #B865BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B865BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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