Html Css Color HEX #B85BD5 Medium Orchid

📋 copy color: '#B85BD5'

red 184 ◦ green 91 ◦ blue 213

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

Shades of Medium Orchid #B85BD5

Tints of Medium Orchid #B85BD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 43.65%

R = 37.7%
G = 18.65%
B = 43.65%

CMYK

 C value IS 0.14

 M value IS 0.57

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B85BD5 (or 0xB85BD5) is known color: Medium Orchid. HEX triplet: B8, 5B and D5. RGB value is (184,91,213). Sum of RGB (Red+Green+Blue) = 184+91+213=488 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.70% from 488); Green value is 91 (35.94% from 255 or 18.65% from 488); Blue value is 213 (83.59% from 255 or 43.65% from 488); Max value from RGB is 213 - color contains mainly: blue. Hex color #B85BD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B85BD5 is #47A42A. Grayscale: #848484. Windows color (decimal): -4695083 or 13982648. OLE color: 13982648.

HSL color Cylindrical-coordinate representation of color #B85BD5: hue angle of 285.74º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B85BD5 is Cyan = 0.14, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 184 91 213 -
CMYK 0.14 0.57 0 0.16
HSL 285.74º 0.59% 0.6% -
HSV(B) 285.74º 0.57% 0.84% -
XYZ 35.52 22.48 65.42 -
YUV 132.72 173.31 164.58 -
System Red Green Blue C M Y K H S L
Decimal 184 91 213 0.14 0.57 0 0.16 285.74 0.59 0.6
Hex B8 5B D5 E 39 0 10 11E 3B 3C
Octal 270 133 325 16 71 0 20 436 73 74
Binary 10111000 1011011 11010101 1110 111001 0 10000 100011110 111011 111100

Color Harmonies of #B85BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85BD5

Black with #B85BD5

Text Example


Text Example

White with #B85BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85BD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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