Html Css Color HEX #B865EC Medium Orchid

📋 copy color: '#B865EC'

red 184 ◦ green 101 ◦ blue 236

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

Shades of Medium Orchid #B865EC

Tints of Medium Orchid #B865EC

RGB

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

 GREEN value IS 101 (39.84% from 255) = 19.39%

 BLUE value IS 236 (92.58% from 255) = 45.3%

R = 35.32%
G = 19.39%
B = 45.3%

CMYK

 C value IS 0.22

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B865EC (or 0xB865EC) is known color: Medium Orchid. HEX triplet: B8, 65 and EC. RGB value is (184,101,236). Sum of RGB (Red+Green+Blue) = 184+101+236=521 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.32% from 521); Green value is 101 (39.84% from 255 or 19.39% from 521); Blue value is 236 (92.58% from 255 or 45.30% from 521); Max value from RGB is 236 - color contains mainly: blue. Hex color #B865EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B865EC is #479A13. Grayscale: #8C8C8C. Windows color (decimal): -4692500 or 15492536. OLE color: 15492536.

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

Color convert

RGB 184 101 236 -
CMYK 0.22 0.57 0 0.07
HSL 276.89º 0.78% 0.66% -
HSV(B) 276.89º 0.57% 0.93% -
XYZ 39.56 25.55 82.2 -
YUV 141.21 181.5 158.52 -
System Red Green Blue C M Y K H S L
Decimal 184 101 236 0.22 0.57 0 0.07 276.89 0.78 0.66
Hex B8 65 EC 16 39 0 7 115 4E 42
Octal 270 145 354 26 71 0 7 425 116 102
Binary 10111000 1100101 11101100 10110 111001 0 111 100010101 1001110 1000010

Color Harmonies of #B865EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B865EC

Black with #B865EC

Text Example


Text Example

White with #B865EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B865EC; }

 p { color: rgb(184,101,236); }

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

background-color css

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

 a { background-color: rgb(184,101,236); }

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

border-color css

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

 span { border-color: rgb(184,101,236); }

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