Html Css Color HEX #B85BFF Medium Orchid

📋 copy color: '#B85BFF'

red 184 ◦ green 91 ◦ blue 255

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

Shades of Medium Orchid #B85BFF

Tints of Medium Orchid #B85BFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.11%

R = 34.72%
G = 17.17%
B = 48.11%

CMYK

 C value IS 0.28

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B85BFF (or 0xB85BFF) is known color: Medium Orchid. HEX triplet: B8, 5B and FF. RGB value is (184,91,255). Sum of RGB (Red+Green+Blue) = 184+91+255=530 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.72% from 530); Green value is 91 (35.94% from 255 or 17.17% from 530); Blue value is 255 (100% from 255 or 48.11% from 530); Max value from RGB is 255 - color contains mainly: blue. Hex color #B85BFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B85BFF is #47A400. Grayscale: #888888. Windows color (decimal): -4695041 or 16735160. OLE color: 16735160.

HSL color Cylindrical-coordinate representation of color #B85BFF: hue angle of 274.02º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B85BFF is Cyan = 0.28, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 184 91 255 -
CMYK 0.28 0.64 0 0
HSL 274.02º 1% 0.68% -
HSV(B) 274.02º 0.64% 1% -
XYZ 41.56 24.89 97.22 -
YUV 137.5 194.31 161.16 -
System Red Green Blue C M Y K H S L
Decimal 184 91 255 0.28 0.64 0 0 274.02 1 0.68
Hex B8 5B FF 1C 40 0 0 112 64 44
Octal 270 133 377 34 100 0 0 422 144 104
Binary 10111000 1011011 11111111 11100 1000000 0 0 100010010 1100100 1000100

Color Harmonies of #B85BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85BFF

Black with #B85BFF

Text Example


Text Example

White with #B85BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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