Html Css Color HEX #B955DF Medium Orchid

📋 copy color: '#B955DF'

red 185 ◦ green 85 ◦ blue 223

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

Shades of Medium Orchid #B955DF

Tints of Medium Orchid #B955DF

RGB

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

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

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

R = 37.53%
G = 17.24%
B = 45.23%

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

#B955DF (or 0xB955DF) is known color: Medium Orchid. HEX triplet: B9, 55 and DF. RGB value is (185,85,223). Sum of RGB (Red+Green+Blue) = 185+85+223=493 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.53% from 493); Green value is 85 (33.59% from 255 or 17.24% from 493); Blue value is 223 (87.5% from 255 or 45.23% from 493); Max value from RGB is 223 - color contains mainly: blue. Hex color #B955DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B955DF is #46AA20. Grayscale: #828282. Windows color (decimal): -4631073 or 14636473. OLE color: 14636473.

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

Color convert

RGB 185 85 223 -
CMYK 0.17 0.62 0 0.13
HSL 283.48º 0.68% 0.6% -
HSV(B) 283.48º 0.62% 0.87% -
XYZ 36.58 22.14 72.16 -
YUV 130.63 180.13 166.78 -
System Red Green Blue C M Y K H S L
Decimal 185 85 223 0.17 0.62 0 0.13 283.48 0.68 0.6
Hex B9 55 DF 11 3E 0 D 11B 44 3C
Octal 271 125 337 21 76 0 15 433 104 74
Binary 10111001 1010101 11011111 10001 111110 0 1101 100011011 1000100 111100

Color Harmonies of #B955DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B955DF

Black with #B955DF

Text Example


Text Example

White with #B955DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B955DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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