Html Css Color HEX #B56AEC Medium Orchid

📋 copy color: '#B56AEC'

red 181 ◦ green 106 ◦ blue 236

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

Shades of Medium Orchid #B56AEC

Tints of Medium Orchid #B56AEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 45.12%

R = 34.61%
G = 20.27%
B = 45.12%

CMYK

 C value IS 0.23

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B56AEC (or 0xB56AEC) is known color: Medium Orchid. HEX triplet: B5, 6A and EC. RGB value is (181,106,236). Sum of RGB (Red+Green+Blue) = 181+106+236=523 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.61% from 523); Green value is 106 (41.80% from 255 or 20.27% from 523); Blue value is 236 (92.58% from 255 or 45.12% from 523); Max value from RGB is 236 - color contains mainly: blue. Hex color #B56AEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B56AEC is #4A9513. Grayscale: #8E8E8E. Windows color (decimal): -4887828 or 15493813. OLE color: 15493813.

HSL color Cylindrical-coordinate representation of color #B56AEC: hue angle of 274.62º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B56AEC is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 181 106 236 -
CMYK 0.23 0.55 0 0.07
HSL 274.62º 0.77% 0.67% -
HSV(B) 274.62º 0.55% 0.93% -
XYZ 39.35 26.19 82.34 -
YUV 143.25 180.35 154.93 -
System Red Green Blue C M Y K H S L
Decimal 181 106 236 0.23 0.55 0 0.07 274.62 0.77 0.67
Hex B5 6A EC 17 37 0 7 113 4D 43
Octal 265 152 354 27 67 0 7 423 115 103
Binary 10110101 1101010 11101100 10111 110111 0 111 100010011 1001101 1000011

Color Harmonies of #B56AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56AEC

Black with #B56AEC

Text Example


Text Example

White with #B56AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56AEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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