Html Css Color HEX #B85DEE Medium Orchid

📋 copy color: '#B85DEE'

red 184 ◦ green 93 ◦ blue 238

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

Shades of Medium Orchid #B85DEE

Tints of Medium Orchid #B85DEE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.06%

 BLUE value IS 238 (93.36% from 255) = 46.21%

R = 35.73%
G = 18.06%
B = 46.21%

CMYK

 C value IS 0.23

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B85DEE (or 0xB85DEE) is known color: Medium Orchid. HEX triplet: B8, 5D and EE. RGB value is (184,93,238). Sum of RGB (Red+Green+Blue) = 184+93+238=515 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.73% from 515); Green value is 93 (36.72% from 255 or 18.06% from 515); Blue value is 238 (93.36% from 255 or 46.21% from 515); Max value from RGB is 238 - color contains mainly: blue. Hex color #B85DEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B85DEE is #47A211. Grayscale: #888888. Windows color (decimal): -4694546 or 15621560. OLE color: 15621560.

HSL color Cylindrical-coordinate representation of color #B85DEE: hue angle of 277.66º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B85DEE is Cyan = 0.23, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 184 93 238 -
CMYK 0.23 0.61 0 0.07
HSL 277.66º 0.81% 0.65% -
HSV(B) 277.66º 0.61% 0.93% -
XYZ 39.11 24.19 83.5 -
YUV 136.74 185.15 161.71 -
System Red Green Blue C M Y K H S L
Decimal 184 93 238 0.23 0.61 0 0.07 277.66 0.81 0.65
Hex B8 5D EE 17 3D 0 7 116 51 41
Octal 270 135 356 27 75 0 7 426 121 101
Binary 10111000 1011101 11101110 10111 111101 0 111 100010110 1010001 1000001

Color Harmonies of #B85DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85DEE

Black with #B85DEE

Text Example


Text Example

White with #B85DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85DEE; }

 p { color: rgb(184,93,238); }

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

background-color css

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

 a { background-color: rgb(184,93,238); }

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

border-color css

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

 span { border-color: rgb(184,93,238); }

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