Html Css Color HEX #B866EB Medium Orchid

📋 copy color: '#B866EB'

red 184 ◦ green 102 ◦ blue 235

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

Shades of Medium Orchid #B866EB

Tints of Medium Orchid #B866EB

RGB

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

 GREEN value IS 102 (40.23% from 255) = 19.58%

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

R = 35.32%
G = 19.58%
B = 45.11%

CMYK

 C value IS 0.22

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B866EB (or 0xB866EB) is known color: Medium Orchid. HEX triplet: B8, 66 and EB. RGB value is (184,102,235). Sum of RGB (Red+Green+Blue) = 184+102+235=521 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.32% from 521); Green value is 102 (40.23% from 255 or 19.58% from 521); Blue value is 235 (92.19% from 255 or 45.11% from 521); Max value from RGB is 235 - color contains mainly: blue. Hex color #B866EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B866EB is #479914. Grayscale: #8D8D8D. Windows color (decimal): -4692245 or 15427256. OLE color: 15427256.

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

Color convert

RGB 184 102 235 -
CMYK 0.22 0.57 0 0.08
HSL 276.99º 0.77% 0.66% -
HSV(B) 276.99º 0.57% 0.92% -
XYZ 39.51 25.69 81.47 -
YUV 141.68 180.67 158.19 -
System Red Green Blue C M Y K H S L
Decimal 184 102 235 0.22 0.57 0 0.08 276.99 0.77 0.66
Hex B8 66 EB 16 39 0 8 115 4D 42
Octal 270 146 353 26 71 0 10 425 115 102
Binary 10111000 1100110 11101011 10110 111001 0 1000 100010101 1001101 1000010

Color Harmonies of #B866EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B866EB

Black with #B866EB

Text Example


Text Example

White with #B866EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B866EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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