Html Css Color HEX #B855DF Medium Orchid

📋 copy color: '#B855DF'

red 184 ◦ green 85 ◦ blue 223

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

Shades of Medium Orchid #B855DF

Tints of Medium Orchid #B855DF

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.28%

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

R = 37.4%
G = 17.28%
B = 45.33%

CMYK

 C value IS 0.17

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B855DF (or 0xB855DF) is known color: Medium Orchid. HEX triplet: B8, 55 and DF. RGB value is (184,85,223). Sum of RGB (Red+Green+Blue) = 184+85+223=492 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.40% from 492); Green value is 85 (33.59% from 255 or 17.28% from 492); Blue value is 223 (87.5% from 255 or 45.33% from 492); Max value from RGB is 223 - color contains mainly: blue. Hex color #B855DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B855DF is #47AA20. Grayscale: #818181. Windows color (decimal): -4696609 or 14636472. OLE color: 14636472.

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

Color convert

RGB 184 85 223 -
CMYK 0.17 0.62 0 0.13
HSL 283.04º 0.68% 0.6% -
HSV(B) 283.04º 0.62% 0.87% -
XYZ 36.33 22.02 72.15 -
YUV 130.33 180.3 166.28 -
System Red Green Blue C M Y K H S L
Decimal 184 85 223 0.17 0.62 0 0.13 283.04 0.68 0.6
Hex B8 55 DF 11 3E 0 D 11B 44 3C
Octal 270 125 337 21 76 0 15 433 104 74
Binary 10111000 1010101 11011111 10001 111110 0 1101 100011011 1000100 111100

Color Harmonies of #B855DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B855DF

Black with #B855DF

Text Example


Text Example

White with #B855DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B855DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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