Html Css Color HEX #B855DD Medium Orchid

📋 copy color: '#B855DD'

red 184 ◦ green 85 ◦ blue 221

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

Shades of Medium Orchid #B855DD

Tints of Medium Orchid #B855DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.1%

R = 37.55%
G = 17.35%
B = 45.1%

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

#B855DD (or 0xB855DD) is known color: Medium Orchid. HEX triplet: B8, 55 and DD. RGB value is (184,85,221). Sum of RGB (Red+Green+Blue) = 184+85+221=490 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.55% from 490); Green value is 85 (33.59% from 255 or 17.35% from 490); Blue value is 221 (86.72% from 255 or 45.10% from 490); Max value from RGB is 221 - color contains mainly: blue. Hex color #B855DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B855DD is #47AA22. Grayscale: #818181. Windows color (decimal): -4696611 or 14505400. OLE color: 14505400.

HSL color Cylindrical-coordinate representation of color #B855DD: hue angle of 283.68º degrees, saturation: 0.67, 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 #B855DD is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 184 85 221 -
CMYK 0.17 0.62 0 0.13
HSL 283.68º 0.67% 0.6% -
HSV(B) 283.68º 0.62% 0.87% -
XYZ 36.07 21.91 70.73 -
YUV 130.11 179.3 166.44 -
System Red Green Blue C M Y K H S L
Decimal 184 85 221 0.17 0.62 0 0.13 283.68 0.67 0.6
Hex B8 55 DD 11 3E 0 D 11C 43 3C
Octal 270 125 335 21 76 0 15 434 103 74
Binary 10111000 1010101 11011101 10001 111110 0 1101 100011100 1000011 111100

Color Harmonies of #B855DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B855DD

Black with #B855DD

Text Example


Text Example

White with #B855DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B855DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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