Html Css Color HEX #B955D1 Medium Orchid

📋 copy color: '#B955D1'

red 185 ◦ green 85 ◦ blue 209

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

Shades of Medium Orchid #B955D1

Tints of Medium Orchid #B955D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 43.63%

R = 38.62%
G = 17.75%
B = 43.63%

CMYK

 C value IS 0.11

 M value IS 0.59

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B955D1 (or 0xB955D1) is known color: Medium Orchid. HEX triplet: B9, 55 and D1. RGB value is (185,85,209). Sum of RGB (Red+Green+Blue) = 185+85+209=479 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.62% from 479); Green value is 85 (33.59% from 255 or 17.75% from 479); Blue value is 209 (82.03% from 255 or 43.63% from 479); Max value from RGB is 209 - color contains mainly: blue. Hex color #B955D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B955D1 is #46AA2E. Grayscale: #808080. Windows color (decimal): -4631087 or 13718969. OLE color: 13718969.

HSL color Cylindrical-coordinate representation of color #B955D1: hue angle of 288.39º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B955D1 is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 185 85 209 -
CMYK 0.11 0.59 0 0.18
HSL 288.39º 0.57% 0.58% -
HSV(B) 288.39º 0.59% 0.82% -
XYZ 34.76 21.41 62.62 -
YUV 129.04 173.13 167.92 -
System Red Green Blue C M Y K H S L
Decimal 185 85 209 0.11 0.59 0 0.18 288.39 0.57 0.58
Hex B9 55 D1 B 3B 0 12 120 39 3A
Octal 271 125 321 13 73 0 22 440 71 72
Binary 10111001 1010101 11010001 1011 111011 0 10010 100100000 111001 111010

Color Harmonies of #B955D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B955D1

Black with #B955D1

Text Example


Text Example

White with #B955D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B955D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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