Html Css Color HEX #B85BBE Fuchsia

📋 copy color: '#B85BBE'

red 184 ◦ green 91 ◦ blue 190

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

Shades of Fuchsia #B85BBE

Tints of Fuchsia #B85BBE

RGB

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

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

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

R = 39.57%
G = 19.57%
B = 40.86%

CMYK

 C value IS 0.03

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B85BBE (or 0xB85BBE) is known color: Fuchsia. HEX triplet: B8, 5B and BE. RGB value is (184,91,190). Sum of RGB (Red+Green+Blue) = 184+91+190=465 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.57% from 465); Green value is 91 (35.94% from 255 or 19.57% from 465); Blue value is 190 (74.61% from 255 or 40.86% from 465); Max value from RGB is 190 - color contains mainly: blue. Hex color #B85BBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B85BBE is #47A441. Grayscale: #818181. Windows color (decimal): -4695106 or 12475320. OLE color: 12475320.

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

Color convert

RGB 184 91 190 -
CMYK 0.03 0.52 0 0.25
HSL 296.36º 0.43% 0.55% -
HSV(B) 296.36º 0.52% 0.75% -
XYZ 32.8 21.39 51.12 -
YUV 130.09 161.81 166.45 -
System Red Green Blue C M Y K H S L
Decimal 184 91 190 0.03 0.52 0 0.25 296.36 0.43 0.55
Hex B8 5B BE 3 34 0 19 128 2B 37
Octal 270 133 276 3 64 0 31 450 53 67
Binary 10111000 1011011 10111110 11 110100 0 11001 100101000 101011 110111

Color Harmonies of #B85BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85BBE

Black with #B85BBE

Text Example


Text Example

White with #B85BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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