Html Css Color HEX #B860F0 Medium Orchid

📋 copy color: '#B860F0'

red 184 ◦ green 96 ◦ blue 240

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

Shades of Medium Orchid #B860F0

Tints of Medium Orchid #B860F0

RGB

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

 GREEN value IS 96 (37.89% from 255) = 18.46%

 BLUE value IS 240 (94.14% from 255) = 46.15%

R = 35.38%
G = 18.46%
B = 46.15%

CMYK

 C value IS 0.23

 M value IS 0.6

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B860F0 (or 0xB860F0) is known color: Medium Orchid. HEX triplet: B8, 60 and F0. RGB value is (184,96,240). Sum of RGB (Red+Green+Blue) = 184+96+240=520 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.38% from 520); Green value is 96 (37.89% from 255 or 18.46% from 520); Blue value is 240 (94.14% from 255 or 46.15% from 520); Max value from RGB is 240 - color contains mainly: blue. Hex color #B860F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B860F0 is #479F0F. Grayscale: #8A8A8A. Windows color (decimal): -4693776 or 15753400. OLE color: 15753400.

HSL color Cylindrical-coordinate representation of color #B860F0: hue angle of 276.67º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B860F0 is Cyan = 0.23, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 184 96 240 -
CMYK 0.23 0.6 0 0.06
HSL 276.67º 0.83% 0.66% -
HSV(B) 276.67º 0.6% 0.94% -
XYZ 39.68 24.85 85.14 -
YUV 138.73 185.15 160.29 -
System Red Green Blue C M Y K H S L
Decimal 184 96 240 0.23 0.6 0 0.06 276.67 0.83 0.66
Hex B8 60 F0 17 3C 0 6 115 53 42
Octal 270 140 360 27 74 0 6 425 123 102
Binary 10111000 1100000 11110000 10111 111100 0 110 100010101 1010011 1000010

Color Harmonies of #B860F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B860F0

Black with #B860F0

Text Example


Text Example

White with #B860F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B860F0; }

 p { color: rgb(184,96,240); }

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

background-color css

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

 a { background-color: rgb(184,96,240); }

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

border-color css

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

 span { border-color: rgb(184,96,240); }

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