Html Css Color HEX #B86FDA Medium Orchid

📋 copy color: '#B86FDA'

red 184 ◦ green 111 ◦ blue 218

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

Shades of Medium Orchid #B86FDA

Tints of Medium Orchid #B86FDA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.64%

 BLUE value IS 218 (85.55% from 255) = 42.5%

R = 35.87%
G = 21.64%
B = 42.5%

CMYK

 C value IS 0.16

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B86FDA (or 0xB86FDA) is known color: Medium Orchid. HEX triplet: B8, 6F and DA. RGB value is (184,111,218). Sum of RGB (Red+Green+Blue) = 184+111+218=513 (67% of max value = 765). Red value is 184 (72.27% from 255 or 35.87% from 513); Green value is 111 (43.75% from 255 or 21.64% from 513); Blue value is 218 (85.55% from 255 or 42.50% from 513); Max value from RGB is 218 - color contains mainly: blue. Hex color #B86FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86FDA is #479025. Grayscale: #909090. Windows color (decimal): -4689958 or 14315448. OLE color: 14315448.

HSL color Cylindrical-coordinate representation of color #B86FDA: hue angle of 280.93º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B86FDA is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 184 111 218 -
CMYK 0.16 0.49 0 0.15
HSL 280.93º 0.59% 0.65% -
HSV(B) 280.93º 0.49% 0.85% -
XYZ 38.11 26.62 69.46 -
YUV 145.03 169.18 155.8 -
System Red Green Blue C M Y K H S L
Decimal 184 111 218 0.16 0.49 0 0.15 280.93 0.59 0.65
Hex B8 6F DA 10 31 0 F 119 3B 41
Octal 270 157 332 20 61 0 17 431 73 101
Binary 10111000 1101111 11011010 10000 110001 0 1111 100011001 111011 1000001

Color Harmonies of #B86FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86FDA

Black with #B86FDA

Text Example


Text Example

White with #B86FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86FDA; }

 p { color: rgb(184,111,218); }

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

background-color css

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

 a { background-color: rgb(184,111,218); }

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

border-color css

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

 span { border-color: rgb(184,111,218); }

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