Html Css Color HEX #B85CEF Medium Orchid

📋 copy color: '#B85CEF'

red 184 ◦ green 92 ◦ blue 239

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

Shades of Medium Orchid #B85CEF

Tints of Medium Orchid #B85CEF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.86%

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

R = 35.73%
G = 17.86%
B = 46.41%

CMYK

 C value IS 0.23

 M value IS 0.62

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B85CEF (or 0xB85CEF) is known color: Medium Orchid. HEX triplet: B8, 5C and EF. RGB value is (184,92,239). Sum of RGB (Red+Green+Blue) = 184+92+239=515 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.73% from 515); Green value is 92 (36.33% from 255 or 17.86% from 515); Blue value is 239 (93.75% from 255 or 46.41% from 515); Max value from RGB is 239 - color contains mainly: blue. Hex color #B85CEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B85CEF is #47A310. Grayscale: #878787. Windows color (decimal): -4694801 or 15686840. OLE color: 15686840.

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

Color convert

RGB 184 92 239 -
CMYK 0.23 0.62 0 0.06
HSL 277.55º 0.82% 0.65% -
HSV(B) 277.55º 0.62% 0.94% -
XYZ 39.17 24.08 84.24 -
YUV 136.27 185.98 162.05 -
System Red Green Blue C M Y K H S L
Decimal 184 92 239 0.23 0.62 0 0.06 277.55 0.82 0.65
Hex B8 5C EF 17 3E 0 6 116 52 41
Octal 270 134 357 27 76 0 6 426 122 101
Binary 10111000 1011100 11101111 10111 111110 0 110 100010110 1010010 1000001

Color Harmonies of #B85CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85CEF

Black with #B85CEF

Text Example


Text Example

White with #B85CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85CEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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