Html Css Color HEX #B95DDC Medium Orchid

📋 copy color: '#B95DDC'

red 185 ◦ green 93 ◦ blue 220

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

Shades of Medium Orchid #B95DDC

Tints of Medium Orchid #B95DDC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.67%

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

R = 37.15%
G = 18.67%
B = 44.18%

CMYK

 C value IS 0.16

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B95DDC (or 0xB95DDC) is known color: Medium Orchid. HEX triplet: B9, 5D and DC. RGB value is (185,93,220). Sum of RGB (Red+Green+Blue) = 185+93+220=498 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.15% from 498); Green value is 93 (36.72% from 255 or 18.67% from 498); Blue value is 220 (86.33% from 255 or 44.18% from 498); Max value from RGB is 220 - color contains mainly: blue. Hex color #B95DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B95DDC is #46A223. Grayscale: #868686. Windows color (decimal): -4629028 or 14441913. OLE color: 14441913.

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

Color convert

RGB 185 93 220 -
CMYK 0.16 0.58 0 0.14
HSL 283.46º 0.64% 0.61% -
HSV(B) 283.46º 0.58% 0.86% -
XYZ 36.84 23.31 70.27 -
YUV 134.99 175.98 163.67 -
System Red Green Blue C M Y K H S L
Decimal 185 93 220 0.16 0.58 0 0.14 283.46 0.64 0.61
Hex B9 5D DC 10 3A 0 E 11B 40 3D
Octal 271 135 334 20 72 0 16 433 100 75
Binary 10111001 1011101 11011100 10000 111010 0 1110 100011011 1000000 111101

Color Harmonies of #B95DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95DDC

Black with #B95DDC

Text Example


Text Example

White with #B95DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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