Html Css Color HEX #B85BB2 Fuchsia

📋 copy color: '#B85BB2'

red 184 ◦ green 91 ◦ blue 178

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

Shades of Fuchsia #B85BB2

Tints of Fuchsia #B85BB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 39.29%

R = 40.62%
G = 20.09%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.03

 K value IS 0.28

RGB Variations

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

Color information

#B85BB2 (or 0xB85BB2) is known color: Fuchsia. HEX triplet: B8, 5B and B2. RGB value is (184,91,178). Sum of RGB (Red+Green+Blue) = 184+91+178=453 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.62% from 453); Green value is 91 (35.94% from 255 or 20.09% from 453); Blue value is 178 (69.92% from 255 or 39.29% from 453); Max value from RGB is 184 - color contains mainly: red. Hex color #B85BB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85BB2 is #47A44D. Grayscale: #808080. Windows color (decimal): -4695118 or 11688888. OLE color: 11688888.

HSL color Cylindrical-coordinate representation of color #B85BB2: hue angle of 303.87º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B85BB2 is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 91 178 -
CMYK 0 0.51 0.03 0.28
HSL 303.87º 0.4% 0.54% -
HSV(B) 303.87º 0.51% 0.72% -
XYZ 31.54 20.89 44.49 -
YUV 128.73 155.81 167.43 -
System Red Green Blue C M Y K H S L
Decimal 184 91 178 0 0.51 0.03 0.28 303.87 0.4 0.54
Hex B8 5B B2 0 33 3 1C 130 28 36
Octal 270 133 262 0 63 3 34 460 50 66
Binary 10111000 1011011 10110010 0 110011 11 11100 100110000 101000 110110

Color Harmonies of #B85BB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85BB2

Black with #B85BB2

Text Example


Text Example

White with #B85BB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85BB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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