Html Css Color HEX #B56BDA Medium Orchid

📋 copy color: '#B56BDA'

red 181 ◦ green 107 ◦ blue 218

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

Shades of Medium Orchid #B56BDA

Tints of Medium Orchid #B56BDA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.15%

 BLUE value IS 218 (85.55% from 255) = 43.08%

R = 35.77%
G = 21.15%
B = 43.08%

CMYK

 C value IS 0.17

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B56BDA (or 0xB56BDA) is known color: Medium Orchid. HEX triplet: B5, 6B and DA. RGB value is (181,107,218). Sum of RGB (Red+Green+Blue) = 181+107+218=506 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.77% from 506); Green value is 107 (42.19% from 255 or 21.15% from 506); Blue value is 218 (85.55% from 255 or 43.08% from 506); Max value from RGB is 218 - color contains mainly: blue. Hex color #B56BDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56BDA is #4A9425. Grayscale: #8D8D8D. Windows color (decimal): -4887590 or 14314421. OLE color: 14314421.

HSL color Cylindrical-coordinate representation of color #B56BDA: hue angle of 280º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B56BDA is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 181 107 218 -
CMYK 0.17 0.51 0 0.15
HSL 280º 0.6% 0.64% -
HSV(B) 280º 0.51% 0.85% -
XYZ 36.97 25.4 69.28 -
YUV 141.78 171.02 155.97 -
System Red Green Blue C M Y K H S L
Decimal 181 107 218 0.17 0.51 0 0.15 280 0.6 0.64
Hex B5 6B DA 11 33 0 F 118 3C 40
Octal 265 153 332 21 63 0 17 430 74 100
Binary 10110101 1101011 11011010 10001 110011 0 1111 100011000 111100 1000000

Color Harmonies of #B56BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56BDA

Black with #B56BDA

Text Example


Text Example

White with #B56BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56BDA; }

 p { color: rgb(181,107,218); }

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

background-color css

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

 a { background-color: rgb(181,107,218); }

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

border-color css

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

 span { border-color: rgb(181,107,218); }

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