Html Css Color HEX #B96CDC Medium Orchid

📋 copy color: '#B96CDC'

red 185 ◦ green 108 ◦ blue 220

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

Shades of Medium Orchid #B96CDC

Tints of Medium Orchid #B96CDC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.05%

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

R = 36.06%
G = 21.05%
B = 42.88%

CMYK

 C value IS 0.16

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B96CDC (or 0xB96CDC) is known color: Medium Orchid. HEX triplet: B9, 6C and DC. RGB value is (185,108,220). Sum of RGB (Red+Green+Blue) = 185+108+220=513 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.06% from 513); Green value is 108 (42.58% from 255 or 21.05% from 513); Blue value is 220 (86.33% from 255 or 42.88% from 513); Max value from RGB is 220 - color contains mainly: blue. Hex color #B96CDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96CDC is #469323. Grayscale: #8F8F8F. Windows color (decimal): -4625188 or 14445753. OLE color: 14445753.

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

Color convert

RGB 185 108 220 -
CMYK 0.16 0.51 0 0.14
HSL 281.25º 0.62% 0.64% -
HSV(B) 281.25º 0.51% 0.86% -
XYZ 38.29 26.21 70.75 -
YUV 143.79 171.01 157.39 -
System Red Green Blue C M Y K H S L
Decimal 185 108 220 0.16 0.51 0 0.14 281.25 0.62 0.64
Hex B9 6C DC 10 33 0 E 119 3E 40
Octal 271 154 334 20 63 0 16 431 76 100
Binary 10111001 1101100 11011100 10000 110011 0 1110 100011001 111110 1000000

Color Harmonies of #B96CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96CDC

Black with #B96CDC

Text Example


Text Example

White with #B96CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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