Html Css Color HEX #B955DC Medium Orchid

📋 copy color: '#B955DC'

red 185 ◦ green 85 ◦ blue 220

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

Shades of Medium Orchid #B955DC

Tints of Medium Orchid #B955DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.9%

R = 37.76%
G = 17.35%
B = 44.9%

CMYK

 C value IS 0.16

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B955DC (or 0xB955DC) is known color: Medium Orchid. HEX triplet: B9, 55 and DC. RGB value is (185,85,220). Sum of RGB (Red+Green+Blue) = 185+85+220=490 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.76% from 490); Green value is 85 (33.59% from 255 or 17.35% from 490); Blue value is 220 (86.33% from 255 or 44.90% from 490); Max value from RGB is 220 - color contains mainly: blue. Hex color #B955DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B955DC is #46AA23. Grayscale: #818181. Windows color (decimal): -4631076 or 14439865. OLE color: 14439865.

HSL color Cylindrical-coordinate representation of color #B955DC: hue angle of 284.44º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B955DC is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 185 85 220 -
CMYK 0.16 0.61 0 0.14
HSL 284.44º 0.66% 0.6% -
HSV(B) 284.44º 0.61% 0.86% -
XYZ 36.17 21.98 70.05 -
YUV 130.29 178.63 167.02 -
System Red Green Blue C M Y K H S L
Decimal 185 85 220 0.16 0.61 0 0.14 284.44 0.66 0.6
Hex B9 55 DC 10 3D 0 E 11C 42 3C
Octal 271 125 334 20 75 0 16 434 102 74
Binary 10111001 1010101 11011100 10000 111101 0 1110 100011100 1000010 111100

Color Harmonies of #B955DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B955DC

Black with #B955DC

Text Example


Text Example

White with #B955DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B955DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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