Html Css Color HEX #B956DB Medium Orchid

📋 copy color: '#B956DB'

red 185 ◦ green 86 ◦ blue 219

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

Shades of Medium Orchid #B956DB

Tints of Medium Orchid #B956DB

RGB

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

 GREEN value IS 86 (33.98% from 255) = 17.55%

 BLUE value IS 219 (85.94% from 255) = 44.69%

R = 37.76%
G = 17.55%
B = 44.69%

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

#B956DB (or 0xB956DB) is known color: Medium Orchid. HEX triplet: B9, 56 and DB. RGB value is (185,86,219). Sum of RGB (Red+Green+Blue) = 185+86+219=490 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.76% from 490); Green value is 86 (33.98% from 255 or 17.55% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 219 - color contains mainly: blue. Hex color #B956DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B956DB is #46A924. Grayscale: #828282. Windows color (decimal): -4630821 or 14374585. OLE color: 14374585.

HSL color Cylindrical-coordinate representation of color #B956DB: hue angle of 284.66º degrees, saturation: 0.65, 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 #B956DB is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 185 86 219 -
CMYK 0.16 0.61 0 0.14
HSL 284.66º 0.65% 0.6% -
HSV(B) 284.66º 0.61% 0.86% -
XYZ 36.12 22.08 69.38 -
YUV 130.76 177.8 166.69 -
System Red Green Blue C M Y K H S L
Decimal 185 86 219 0.16 0.61 0 0.14 284.66 0.65 0.6
Hex B9 56 DB 10 3D 0 E 11D 41 3C
Octal 271 126 333 20 75 0 16 435 101 74
Binary 10111001 1010110 11011011 10000 111101 0 1110 100011101 1000001 111100

Color Harmonies of #B956DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B956DB

Black with #B956DB

Text Example


Text Example

White with #B956DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B956DB; }

 p { color: rgb(185,86,219); }

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

background-color css

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

 a { background-color: rgb(185,86,219); }

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

border-color css

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

 span { border-color: rgb(185,86,219); }

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