Html Css Color HEX #B85BBA Fuchsia

📋 copy color: '#B85BBA'

red 184 ◦ green 91 ◦ blue 186

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

Shades of Fuchsia #B85BBA

Tints of Fuchsia #B85BBA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.74%

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

R = 39.91%
G = 19.74%
B = 40.35%

CMYK

 C value IS 0.01

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B85BBA (or 0xB85BBA) is known color: Fuchsia. HEX triplet: B8, 5B and BA. RGB value is (184,91,186). Sum of RGB (Red+Green+Blue) = 184+91+186=461 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.91% from 461); Green value is 91 (35.94% from 255 or 19.74% from 461); Blue value is 186 (73.05% from 255 or 40.35% from 461); Max value from RGB is 186 - color contains mainly: blue. Hex color #B85BBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B85BBA is #47A445. Grayscale: #818181. Windows color (decimal): -4695110 or 12213176. OLE color: 12213176.

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

Color convert

RGB 184 91 186 -
CMYK 0.01 0.51 0 0.27
HSL 298.74º 0.41% 0.54% -
HSV(B) 298.74º 0.51% 0.73% -
XYZ 32.37 21.22 48.84 -
YUV 129.64 159.81 166.78 -
System Red Green Blue C M Y K H S L
Decimal 184 91 186 0.01 0.51 0 0.27 298.74 0.41 0.54
Hex B8 5B BA 1 33 0 1B 12B 29 36
Octal 270 133 272 1 63 0 33 453 51 66
Binary 10111000 1011011 10111010 1 110011 0 11011 100101011 101001 110110

Color Harmonies of #B85BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85BBA

Black with #B85BBA

Text Example


Text Example

White with #B85BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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