Html Css Color HEX #B85FED Medium Orchid

📋 copy color: '#B85FED'

red 184 ◦ green 95 ◦ blue 237

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

Shades of Medium Orchid #B85FED

Tints of Medium Orchid #B85FED

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.41%

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

R = 35.66%
G = 18.41%
B = 45.93%

CMYK

 C value IS 0.22

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B85FED (or 0xB85FED) is known color: Medium Orchid. HEX triplet: B8, 5F and ED. RGB value is (184,95,237). Sum of RGB (Red+Green+Blue) = 184+95+237=516 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.66% from 516); Green value is 95 (37.5% from 255 or 18.41% from 516); Blue value is 237 (92.97% from 255 or 45.93% from 516); Max value from RGB is 237 - color contains mainly: blue. Hex color #B85FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B85FED is #47A012. Grayscale: #898989. Windows color (decimal): -4694035 or 15556536. OLE color: 15556536.

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

Color convert

RGB 184 95 237 -
CMYK 0.22 0.60 0 0.07
HSL 277.61º 0.8% 0.65% -
HSV(B) 277.61º 0.6% 0.93% -
XYZ 39.15 24.49 82.78 -
YUV 137.8 183.99 160.95 -
System Red Green Blue C M Y K H S L
Decimal 184 95 237 0.22 0.60 0 0.07 277.61 0.8 0.65
Hex B8 5F ED 16 3C 0 7 116 50 41
Octal 270 137 355 26 74 0 7 426 120 101
Binary 10111000 1011111 11101101 10110 111100 0 111 100010110 1010000 1000001

Color Harmonies of #B85FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85FED

Black with #B85FED

Text Example


Text Example

White with #B85FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85FED; }

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

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

background-color css

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

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

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

border-color css

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

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

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