Html Css Color HEX #B86CEE Medium Orchid

📋 copy color: '#B86CEE'

red 184 ◦ green 108 ◦ blue 238

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

Shades of Medium Orchid #B86CEE

Tints of Medium Orchid #B86CEE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.38%

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

R = 34.72%
G = 20.38%
B = 44.91%

CMYK

 C value IS 0.23

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B86CEE (or 0xB86CEE) is known color: Medium Orchid. HEX triplet: B8, 6C and EE. RGB value is (184,108,238). Sum of RGB (Red+Green+Blue) = 184+108+238=530 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.72% from 530); Green value is 108 (42.58% from 255 or 20.38% from 530); Blue value is 238 (93.36% from 255 or 44.91% from 530); Max value from RGB is 238 - color contains mainly: blue. Hex color #B86CEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B86CEE is #479311. Grayscale: #919191. Windows color (decimal): -4690706 or 15625400. OLE color: 15625400.

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

Color convert

RGB 184 108 238 -
CMYK 0.23 0.55 0 0.07
HSL 275.08º 0.79% 0.68% -
HSV(B) 275.08º 0.55% 0.93% -
XYZ 40.56 27.09 83.98 -
YUV 145.54 180.18 155.43 -
System Red Green Blue C M Y K H S L
Decimal 184 108 238 0.23 0.55 0 0.07 275.08 0.79 0.68
Hex B8 6C EE 17 37 0 7 113 4F 44
Octal 270 154 356 27 67 0 7 423 117 104
Binary 10111000 1101100 11101110 10111 110111 0 111 100010011 1001111 1000100

Color Harmonies of #B86CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86CEE

Black with #B86CEE

Text Example


Text Example

White with #B86CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86CEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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