Html Css Color HEX #B56BDE Medium Orchid

📋 copy color: '#B56BDE'

red 181 ◦ green 107 ◦ blue 222

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

Shades of Medium Orchid #B56BDE

Tints of Medium Orchid #B56BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.53%

R = 35.49%
G = 20.98%
B = 43.53%

CMYK

 C value IS 0.18

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B56BDE (or 0xB56BDE) is known color: Medium Orchid. HEX triplet: B5, 6B and DE. RGB value is (181,107,222). Sum of RGB (Red+Green+Blue) = 181+107+222=510 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.49% from 510); Green value is 107 (42.19% from 255 or 20.98% from 510); Blue value is 222 (87.11% from 255 or 43.53% from 510); Max value from RGB is 222 - color contains mainly: blue. Hex color #B56BDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56BDE is #4A9421. Grayscale: #8D8D8D. Windows color (decimal): -4887586 or 14576565. OLE color: 14576565.

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

Color convert

RGB 181 107 222 -
CMYK 0.18 0.52 0 0.13
HSL 278.61º 0.64% 0.65% -
HSV(B) 278.61º 0.52% 0.87% -
XYZ 37.5 25.61 72.07 -
YUV 142.24 173.02 155.65 -
System Red Green Blue C M Y K H S L
Decimal 181 107 222 0.18 0.52 0 0.13 278.61 0.64 0.65
Hex B5 6B DE 12 34 0 D 117 40 41
Octal 265 153 336 22 64 0 15 427 100 101
Binary 10110101 1101011 11011110 10010 110100 0 1101 100010111 1000000 1000001

Color Harmonies of #B56BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56BDE

Black with #B56BDE

Text Example


Text Example

White with #B56BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56BDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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