Html Css Color HEX #B86DF0 Medium Orchid

📋 copy color: '#B86DF0'

red 184 ◦ green 109 ◦ blue 240

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

Shades of Medium Orchid #B86DF0

Tints of Medium Orchid #B86DF0

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.45%

 BLUE value IS 240 (94.14% from 255) = 45.03%

R = 34.52%
G = 20.45%
B = 45.03%

CMYK

 C value IS 0.23

 M value IS 0.55

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B86DF0 (or 0xB86DF0) is known color: Medium Orchid. HEX triplet: B8, 6D and F0. RGB value is (184,109,240). Sum of RGB (Red+Green+Blue) = 184+109+240=533 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.52% from 533); Green value is 109 (42.97% from 255 or 20.45% from 533); Blue value is 240 (94.14% from 255 or 45.03% from 533); Max value from RGB is 240 - color contains mainly: blue. Hex color #B86DF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B86DF0 is #47920F. Grayscale: #919191. Windows color (decimal): -4690448 or 15756728. OLE color: 15756728.

HSL color Cylindrical-coordinate representation of color #B86DF0: hue angle of 274.35º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B86DF0 is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 184 109 240 -
CMYK 0.23 0.55 0 0.06
HSL 274.35º 0.81% 0.68% -
HSV(B) 274.35º 0.55% 0.94% -
XYZ 40.96 27.42 85.57 -
YUV 146.36 180.85 154.85 -
System Red Green Blue C M Y K H S L
Decimal 184 109 240 0.23 0.55 0 0.06 274.35 0.81 0.68
Hex B8 6D F0 17 37 0 6 112 51 44
Octal 270 155 360 27 67 0 6 422 121 104
Binary 10111000 1101101 11110000 10111 110111 0 110 100010010 1010001 1000100

Color Harmonies of #B86DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86DF0

Black with #B86DF0

Text Example


Text Example

White with #B86DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86DF0; }

 p { color: rgb(184,109,240); }

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

background-color css

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

 a { background-color: rgb(184,109,240); }

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

border-color css

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

 span { border-color: rgb(184,109,240); }

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