Html Css Color HEX #B85DBE Fuchsia

📋 copy color: '#B85DBE'

red 184 ◦ green 93 ◦ blue 190

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

Shades of Fuchsia #B85DBE

Tints of Fuchsia #B85DBE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.91%

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

R = 39.4%
G = 19.91%
B = 40.69%

CMYK

 C value IS 0.03

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B85DBE (or 0xB85DBE) is known color: Fuchsia. HEX triplet: B8, 5D and BE. RGB value is (184,93,190). Sum of RGB (Red+Green+Blue) = 184+93+190=467 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.40% from 467); Green value is 93 (36.72% from 255 or 19.91% from 467); Blue value is 190 (74.61% from 255 or 40.69% from 467); Max value from RGB is 190 - color contains mainly: blue. Hex color #B85DBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B85DBE is #47A241. Grayscale: #828282. Windows color (decimal): -4694594 or 12475832. OLE color: 12475832.

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

Color convert

RGB 184 93 190 -
CMYK 0.03 0.51 0 0.25
HSL 296.29º 0.43% 0.55% -
HSV(B) 296.29º 0.51% 0.75% -
XYZ 32.98 21.74 51.17 -
YUV 131.27 161.15 165.61 -
System Red Green Blue C M Y K H S L
Decimal 184 93 190 0.03 0.51 0 0.25 296.29 0.43 0.55
Hex B8 5D BE 3 33 0 19 128 2B 37
Octal 270 135 276 3 63 0 31 450 53 67
Binary 10111000 1011101 10111110 11 110011 0 11001 100101000 101011 110111

Color Harmonies of #B85DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85DBE

Black with #B85DBE

Text Example


Text Example

White with #B85DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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