Html Css Color HEX #B86BDA Medium Orchid

📋 copy color: '#B86BDA'

red 184 ◦ green 107 ◦ blue 218

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

Shades of Medium Orchid #B86BDA

Tints of Medium Orchid #B86BDA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.02%

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

R = 36.15%
G = 21.02%
B = 42.83%

CMYK

 C value IS 0.16

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B86BDA (or 0xB86BDA) is known color: Medium Orchid. HEX triplet: B8, 6B and DA. RGB value is (184,107,218). Sum of RGB (Red+Green+Blue) = 184+107+218=509 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.15% from 509); Green value is 107 (42.19% from 255 or 21.02% from 509); Blue value is 218 (85.55% from 255 or 42.83% from 509); Max value from RGB is 218 - color contains mainly: blue. Hex color #B86BDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86BDA is #479425. Grayscale: #8E8E8E. Windows color (decimal): -4690982 or 14314424. OLE color: 14314424.

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

Color convert

RGB 184 107 218 -
CMYK 0.16 0.51 0 0.15
HSL 281.62º 0.6% 0.64% -
HSV(B) 281.62º 0.51% 0.85% -
XYZ 37.68 25.77 69.32 -
YUV 142.68 170.51 157.47 -
System Red Green Blue C M Y K H S L
Decimal 184 107 218 0.16 0.51 0 0.15 281.62 0.6 0.64
Hex B8 6B DA 10 33 0 F 11A 3C 40
Octal 270 153 332 20 63 0 17 432 74 100
Binary 10111000 1101011 11011010 10000 110011 0 1111 100011010 111100 1000000

Color Harmonies of #B86BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86BDA

Black with #B86BDA

Text Example


Text Example

White with #B86BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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