Html Css Color HEX #B85BED Medium Orchid

📋 copy color: '#B85BED'

red 184 ◦ green 91 ◦ blue 237

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

Shades of Medium Orchid #B85BED

Tints of Medium Orchid #B85BED

RGB

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

 GREEN value IS 91 (35.94% from 255) = 17.77%

 BLUE value IS 237 (92.97% from 255) = 46.29%

R = 35.94%
G = 17.77%
B = 46.29%

CMYK

 C value IS 0.22

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B85BED (or 0xB85BED) is known color: Medium Orchid. HEX triplet: B8, 5B and ED. RGB value is (184,91,237). Sum of RGB (Red+Green+Blue) = 184+91+237=512 (67% of max value = 765). Red value is 184 (72.27% from 255 or 35.94% from 512); Green value is 91 (35.94% from 255 or 17.77% from 512); Blue value is 237 (92.97% from 255 or 46.29% from 512); Max value from RGB is 237 - color contains mainly: blue. Hex color #B85BED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B85BED is #47A412. Grayscale: #868686. Windows color (decimal): -4695059 or 15555512. OLE color: 15555512.

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

Color convert

RGB 184 91 237 -
CMYK 0.22 0.62 0 0.07
HSL 278.22º 0.8% 0.64% -
HSV(B) 278.22º 0.62% 0.93% -
XYZ 38.79 23.79 82.67 -
YUV 135.45 185.31 162.63 -
System Red Green Blue C M Y K H S L
Decimal 184 91 237 0.22 0.62 0 0.07 278.22 0.8 0.64
Hex B8 5B ED 16 3E 0 7 116 50 40
Octal 270 133 355 26 76 0 7 426 120 100
Binary 10111000 1011011 11101101 10110 111110 0 111 100010110 1010000 1000000

Color Harmonies of #B85BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85BED

Black with #B85BED

Text Example


Text Example

White with #B85BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85BED; }

 p { color: rgb(184,91,237); }

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

background-color css

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

 a { background-color: rgb(184,91,237); }

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

border-color css

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

 span { border-color: rgb(184,91,237); }

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