Html Css Color HEX #B85ECD Medium Orchid

📋 copy color: '#B85ECD'

red 184 ◦ green 94 ◦ blue 205

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

Shades of Medium Orchid #B85ECD

Tints of Medium Orchid #B85ECD

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.46%

 BLUE value IS 205 (80.47% from 255) = 42.44%

R = 38.1%
G = 19.46%
B = 42.44%

CMYK

 C value IS 0.10

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B85ECD (or 0xB85ECD) is known color: Medium Orchid. HEX triplet: B8, 5E and CD. RGB value is (184,94,205). Sum of RGB (Red+Green+Blue) = 184+94+205=483 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.10% from 483); Green value is 94 (37.11% from 255 or 19.46% from 483); Blue value is 205 (80.47% from 255 or 42.44% from 483); Max value from RGB is 205 - color contains mainly: blue. Hex color #B85ECD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B85ECD is #47A132. Grayscale: #858585. Windows color (decimal): -4694323 or 13459128. OLE color: 13459128.

HSL color Cylindrical-coordinate representation of color #B85ECD: hue angle of 288.65º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B85ECD is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 184 94 205 -
CMYK 0.10 0.54 0 0.20
HSL 288.65º 0.53% 0.59% -
HSV(B) 288.65º 0.54% 0.8% -
XYZ 34.79 22.6 60.29 -
YUV 133.56 168.32 163.97 -
System Red Green Blue C M Y K H S L
Decimal 184 94 205 0.10 0.54 0 0.20 288.65 0.53 0.59
Hex B8 5E CD A 36 0 14 121 35 3B
Octal 270 136 315 12 66 0 24 441 65 73
Binary 10111000 1011110 11001101 1010 110110 0 10100 100100001 110101 111011

Color Harmonies of #B85ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85ECD

Black with #B85ECD

Text Example


Text Example

White with #B85ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85ECD; }

 p { color: rgb(184,94,205); }

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

background-color css

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

 a { background-color: rgb(184,94,205); }

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

border-color css

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

 span { border-color: rgb(184,94,205); }

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