Html Css Color HEX #B86BF2 Medium Orchid

📋 copy color: '#B86BF2'

red 184 ◦ green 107 ◦ blue 242

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

Shades of Medium Orchid #B86BF2

Tints of Medium Orchid #B86BF2

RGB

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

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

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

R = 34.52%
G = 20.08%
B = 45.4%

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

#B86BF2 (or 0xB86BF2) is known color: Medium Orchid. HEX triplet: B8, 6B and F2. RGB value is (184,107,242). Sum of RGB (Red+Green+Blue) = 184+107+242=533 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.52% from 533); Green value is 107 (42.19% from 255 or 20.08% from 533); Blue value is 242 (94.92% from 255 or 45.40% from 533); Max value from RGB is 242 - color contains mainly: blue. Hex color #B86BF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B86BF2 is #47940D. Grayscale: #909090. Windows color (decimal): -4690958 or 15887288. OLE color: 15887288.

HSL color Cylindrical-coordinate representation of color #B86BF2: hue angle of 274.22º 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 #B86BF2 is Cyan = 0.24, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 184 107 242 -
CMYK 0.24 0.56 0 0.05
HSL 274.22º 0.84% 0.68% -
HSV(B) 274.22º 0.56% 0.95% -
XYZ 41.05 27.12 87.07 -
YUV 145.41 182.51 155.52 -
System Red Green Blue C M Y K H S L
Decimal 184 107 242 0.24 0.56 0 0.05 274.22 0.84 0.68
Hex B8 6B F2 18 38 0 5 112 54 44
Octal 270 153 362 30 70 0 5 422 124 104
Binary 10111000 1101011 11110010 11000 111000 0 101 100010010 1010100 1000100

Color Harmonies of #B86BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86BF2

Black with #B86BF2

Text Example


Text Example

White with #B86BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86BF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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