Html Css Color HEX #B86AF2 Medium Orchid

📋 copy color: '#B86AF2'

red 184 ◦ green 106 ◦ blue 242

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

Shades of Medium Orchid #B86AF2

Tints of Medium Orchid #B86AF2

RGB

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

 GREEN value IS 106 (41.8% from 255) = 19.92%

 BLUE value IS 242 (94.92% from 255) = 45.49%

R = 34.59%
G = 19.92%
B = 45.49%

CMYK

 C value IS 0.24

 M value IS 0.56

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B86AF2 (or 0xB86AF2) is known color: Medium Orchid. HEX triplet: B8, 6A and F2. RGB value is (184,106,242). Sum of RGB (Red+Green+Blue) = 184+106+242=532 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.59% from 532); Green value is 106 (41.80% from 255 or 19.92% from 532); Blue value is 242 (94.92% from 255 or 45.49% from 532); Max value from RGB is 242 - color contains mainly: blue. Hex color #B86AF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B86AF2 is #47950D. Grayscale: #909090. Windows color (decimal): -4691214 or 15887032. OLE color: 15887032.

HSL color Cylindrical-coordinate representation of color #B86AF2: hue angle of 274.41º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B86AF2 is Cyan = 0.24, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 184 106 242 -
CMYK 0.24 0.56 0 0.05
HSL 274.41º 0.84% 0.68% -
HSV(B) 274.41º 0.56% 0.95% -
XYZ 40.95 26.91 87.04 -
YUV 144.83 182.84 155.94 -
System Red Green Blue C M Y K H S L
Decimal 184 106 242 0.24 0.56 0 0.05 274.41 0.84 0.68
Hex B8 6A F2 18 38 0 5 112 54 44
Octal 270 152 362 30 70 0 5 422 124 104
Binary 10111000 1101010 11110010 11000 111000 0 101 100010010 1010100 1000100

Color Harmonies of #B86AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86AF2

Black with #B86AF2

Text Example


Text Example

White with #B86AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86AF2; }

 p { color: rgb(184,106,242); }

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

background-color css

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

 a { background-color: rgb(184,106,242); }

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

border-color css

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

 span { border-color: rgb(184,106,242); }

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