Html Css Color HEX #B865EF Medium Orchid

📋 copy color: '#B865EF'

red 184 ◦ green 101 ◦ blue 239

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

Shades of Medium Orchid #B865EF

Tints of Medium Orchid #B865EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 45.61%

R = 35.11%
G = 19.27%
B = 45.61%

CMYK

 C value IS 0.23

 M value IS 0.58

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B865EF (or 0xB865EF) is known color: Medium Orchid. HEX triplet: B8, 65 and EF. RGB value is (184,101,239). Sum of RGB (Red+Green+Blue) = 184+101+239=524 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.11% from 524); Green value is 101 (39.84% from 255 or 19.27% from 524); Blue value is 239 (93.75% from 255 or 45.61% from 524); Max value from RGB is 239 - color contains mainly: blue. Hex color #B865EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B865EF is #479A10. Grayscale: #8D8D8D. Windows color (decimal): -4692497 or 15689144. OLE color: 15689144.

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

Color convert

RGB 184 101 239 -
CMYK 0.23 0.58 0 0.06
HSL 276.09º 0.81% 0.67% -
HSV(B) 276.09º 0.58% 0.94% -
XYZ 40 25.73 84.52 -
YUV 141.55 183 158.28 -
System Red Green Blue C M Y K H S L
Decimal 184 101 239 0.23 0.58 0 0.06 276.09 0.81 0.67
Hex B8 65 EF 17 3A 0 6 114 51 43
Octal 270 145 357 27 72 0 6 424 121 103
Binary 10111000 1100101 11101111 10111 111010 0 110 100010100 1010001 1000011

Color Harmonies of #B865EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B865EF

Black with #B865EF

Text Example


Text Example

White with #B865EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B865EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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