Html Css Color HEX #B85ADF Medium Orchid

📋 copy color: '#B85ADF'

red 184 ◦ green 90 ◦ blue 223

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

Shades of Medium Orchid #B85ADF

Tints of Medium Orchid #B85ADF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.11%

 BLUE value IS 223 (87.5% from 255) = 44.87%

R = 37.02%
G = 18.11%
B = 44.87%

CMYK

 C value IS 0.17

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B85ADF (or 0xB85ADF) is known color: Medium Orchid. HEX triplet: B8, 5A and DF. RGB value is (184,90,223). Sum of RGB (Red+Green+Blue) = 184+90+223=497 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.02% from 497); Green value is 90 (35.55% from 255 or 18.11% from 497); Blue value is 223 (87.5% from 255 or 44.87% from 497); Max value from RGB is 223 - color contains mainly: blue. Hex color #B85ADF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B85ADF is #47A520. Grayscale: #848484. Windows color (decimal): -4695329 or 14637752. OLE color: 14637752.

HSL color Cylindrical-coordinate representation of color #B85ADF: hue angle of 282.41º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B85ADF is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 184 90 223 -
CMYK 0.17 0.60 0 0.13
HSL 282.41º 0.68% 0.61% -
HSV(B) 282.41º 0.6% 0.87% -
XYZ 36.74 22.83 72.28 -
YUV 133.27 178.64 164.19 -
System Red Green Blue C M Y K H S L
Decimal 184 90 223 0.17 0.60 0 0.13 282.41 0.68 0.61
Hex B8 5A DF 11 3C 0 D 11A 44 3D
Octal 270 132 337 21 74 0 15 432 104 75
Binary 10111000 1011010 11011111 10001 111100 0 1101 100011010 1000100 111101

Color Harmonies of #B85ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85ADF

Black with #B85ADF

Text Example


Text Example

White with #B85ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85ADF; }

 p { color: rgb(184,90,223); }

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

background-color css

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

 a { background-color: rgb(184,90,223); }

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

border-color css

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

 span { border-color: rgb(184,90,223); }

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