Html Css Color HEX #B86DEE Medium Orchid

📋 copy color: '#B86DEE'

red 184 ◦ green 109 ◦ blue 238

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

Shades of Medium Orchid #B86DEE

Tints of Medium Orchid #B86DEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 44.82%

R = 34.65%
G = 20.53%
B = 44.82%

CMYK

 C value IS 0.23

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B86DEE (or 0xB86DEE) is known color: Medium Orchid. HEX triplet: B8, 6D and EE. RGB value is (184,109,238). Sum of RGB (Red+Green+Blue) = 184+109+238=531 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.65% from 531); Green value is 109 (42.97% from 255 or 20.53% from 531); Blue value is 238 (93.36% from 255 or 44.82% from 531); Max value from RGB is 238 - color contains mainly: blue. Hex color #B86DEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B86DEE is #479211. Grayscale: #919191. Windows color (decimal): -4690450 or 15625656. OLE color: 15625656.

HSL color Cylindrical-coordinate representation of color #B86DEE: hue angle of 274.88º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B86DEE is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 184 109 238 -
CMYK 0.23 0.54 0 0.07
HSL 274.88º 0.79% 0.68% -
HSV(B) 274.88º 0.54% 0.93% -
XYZ 40.67 27.3 84.02 -
YUV 146.13 179.85 155.01 -
System Red Green Blue C M Y K H S L
Decimal 184 109 238 0.23 0.54 0 0.07 274.88 0.79 0.68
Hex B8 6D EE 17 36 0 7 113 4F 44
Octal 270 155 356 27 66 0 7 423 117 104
Binary 10111000 1101101 11101110 10111 110110 0 111 100010011 1001111 1000100

Color Harmonies of #B86DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86DEE

Black with #B86DEE

Text Example


Text Example

White with #B86DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86DEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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