Html Css Color HEX #B863EB Medium Orchid

📋 copy color: '#B863EB'

red 184 ◦ green 99 ◦ blue 235

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

Shades of Medium Orchid #B863EB

Tints of Medium Orchid #B863EB

RGB

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

 GREEN value IS 99 (39.06% from 255) = 19.11%

 BLUE value IS 235 (92.19% from 255) = 45.37%

R = 35.52%
G = 19.11%
B = 45.37%

CMYK

 C value IS 0.22

 M value IS 0.58

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B863EB (or 0xB863EB) is known color: Medium Orchid. HEX triplet: B8, 63 and EB. RGB value is (184,99,235). Sum of RGB (Red+Green+Blue) = 184+99+235=518 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.52% from 518); Green value is 99 (39.06% from 255 or 19.11% from 518); Blue value is 235 (92.19% from 255 or 45.37% from 518); Max value from RGB is 235 - color contains mainly: blue. Hex color #B863EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B863EB is #479C14. Grayscale: #8B8B8B. Windows color (decimal): -4693013 or 15426488. OLE color: 15426488.

HSL color Cylindrical-coordinate representation of color #B863EB: hue angle of 277.5º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B863EB is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 184 99 235 -
CMYK 0.22 0.58 0 0.08
HSL 277.5º 0.77% 0.65% -
HSV(B) 277.5º 0.58% 0.92% -
XYZ 39.22 25.11 81.38 -
YUV 139.92 181.66 159.44 -
System Red Green Blue C M Y K H S L
Decimal 184 99 235 0.22 0.58 0 0.08 277.5 0.77 0.65
Hex B8 63 EB 16 3A 0 8 116 4D 41
Octal 270 143 353 26 72 0 10 426 115 101
Binary 10111000 1100011 11101011 10110 111010 0 1000 100010110 1001101 1000001

Color Harmonies of #B863EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B863EB

Black with #B863EB

Text Example


Text Example

White with #B863EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B863EB; }

 p { color: rgb(184,99,235); }

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

background-color css

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

 a { background-color: rgb(184,99,235); }

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

border-color css

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

 span { border-color: rgb(184,99,235); }

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