Html Css Color HEX #B756DC Medium Orchid

📋 copy color: '#B756DC'

red 183 ◦ green 86 ◦ blue 220

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

Shades of Medium Orchid #B756DC

Tints of Medium Orchid #B756DC

RGB

 RED value IS 183 (71.88% from 255) = 37.42%

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

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

R = 37.42%
G = 17.59%
B = 44.99%

CMYK

 C value IS 0.17

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B756DC (or 0xB756DC) is known color: Medium Orchid. HEX triplet: B7, 56 and DC. RGB value is (183,86,220). Sum of RGB (Red+Green+Blue) = 183+86+220=489 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.42% from 489); Green value is 86 (33.98% from 255 or 17.59% from 489); Blue value is 220 (86.33% from 255 or 44.99% from 489); Max value from RGB is 220 - color contains mainly: blue. Hex color #B756DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B756DC is #48A923. Grayscale: #818181. Windows color (decimal): -4761892 or 14440119. OLE color: 14440119.

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

Color convert

RGB 183 86 220 -
CMYK 0.17 0.61 0 0.14
HSL 283.43º 0.66% 0.6% -
HSV(B) 283.43º 0.61% 0.86% -
XYZ 35.77 21.89 70.05 -
YUV 130.28 178.64 165.6 -
System Red Green Blue C M Y K H S L
Decimal 183 86 220 0.17 0.61 0 0.14 283.43 0.66 0.6
Hex B7 56 DC 11 3D 0 E 11B 42 3C
Octal 267 126 334 21 75 0 16 433 102 74
Binary 10110111 1010110 11011100 10001 111101 0 1110 100011011 1000010 111100

Color Harmonies of #B756DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B756DC

Black with #B756DC

Text Example


Text Example

White with #B756DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B756DC; }

 p { color: rgb(183,86,220); }

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

background-color css

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

 a { background-color: rgb(183,86,220); }

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

border-color css

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

 span { border-color: rgb(183,86,220); }

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