Html Css Color HEX #B955DD Medium Orchid

📋 copy color: '#B955DD'

red 185 ◦ green 85 ◦ blue 221

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

Shades of Medium Orchid #B955DD

Tints of Medium Orchid #B955DD

RGB

 RED value IS 185 (72.66% from 255) = 37.68%

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

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

R = 37.68%
G = 17.31%
B = 45.01%

CMYK

 C value IS 0.16

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B955DD (or 0xB955DD) is known color: Medium Orchid. HEX triplet: B9, 55 and DD. RGB value is (185,85,221). Sum of RGB (Red+Green+Blue) = 185+85+221=491 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.68% from 491); Green value is 85 (33.59% from 255 or 17.31% from 491); Blue value is 221 (86.72% from 255 or 45.01% from 491); Max value from RGB is 221 - color contains mainly: blue. Hex color #B955DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B955DD is #46AA22. Grayscale: #818181. Windows color (decimal): -4631075 or 14505401. OLE color: 14505401.

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

Color convert

RGB 185 85 221 -
CMYK 0.16 0.62 0 0.13
HSL 284.12º 0.67% 0.6% -
HSV(B) 284.12º 0.62% 0.87% -
XYZ 36.31 22.03 70.75 -
YUV 130.4 179.13 166.94 -
System Red Green Blue C M Y K H S L
Decimal 185 85 221 0.16 0.62 0 0.13 284.12 0.67 0.6
Hex B9 55 DD 10 3E 0 D 11C 43 3C
Octal 271 125 335 20 76 0 15 434 103 74
Binary 10111001 1010101 11011101 10000 111110 0 1101 100011100 1000011 111100

Color Harmonies of #B955DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B955DD

Black with #B955DD

Text Example


Text Example

White with #B955DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B955DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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