Html Css Color HEX #B56AD0 Medium Orchid

📋 copy color: '#B56AD0'

red 181 ◦ green 106 ◦ blue 208

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

Shades of Medium Orchid #B56AD0

Tints of Medium Orchid #B56AD0

RGB

 RED value IS 181 (71.09% from 255) = 36.57%

 GREEN value IS 106 (41.8% from 255) = 21.41%

 BLUE value IS 208 (81.64% from 255) = 42.02%

R = 36.57%
G = 21.41%
B = 42.02%

CMYK

 C value IS 0.13

 M value IS 0.49

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B56AD0 (or 0xB56AD0) is known color: Medium Orchid. HEX triplet: B5, 6A and D0. RGB value is (181,106,208). Sum of RGB (Red+Green+Blue) = 181+106+208=495 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.57% from 495); Green value is 106 (41.80% from 255 or 21.41% from 495); Blue value is 208 (81.64% from 255 or 42.02% from 495); Max value from RGB is 208 - color contains mainly: blue. Hex color #B56AD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56AD0 is #4A952F. Grayscale: #8B8B8B. Windows color (decimal): -4887856 or 13658805. OLE color: 13658805.

HSL color Cylindrical-coordinate representation of color #B56AD0: hue angle of 284.12º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B56AD0 is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 181 106 208 -
CMYK 0.13 0.49 0 0.18
HSL 284.12º 0.52% 0.62% -
HSV(B) 284.12º 0.49% 0.82% -
XYZ 35.6 24.69 62.56 -
YUV 140.05 166.35 157.21 -
System Red Green Blue C M Y K H S L
Decimal 181 106 208 0.13 0.49 0 0.18 284.12 0.52 0.62
Hex B5 6A D0 D 31 0 12 11C 34 3E
Octal 265 152 320 15 61 0 22 434 64 76
Binary 10110101 1101010 11010000 1101 110001 0 10010 100011100 110100 111110

Color Harmonies of #B56AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56AD0

Black with #B56AD0

Text Example


Text Example

White with #B56AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56AD0; }

 p { color: rgb(181,106,208); }

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

background-color css

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

 a { background-color: rgb(181,106,208); }

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

border-color css

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

 span { border-color: rgb(181,106,208); }

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