Html Css Color HEX #B56CEB Medium Orchid

📋 copy color: '#B56CEB'

red 181 ◦ green 108 ◦ blue 235

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

Shades of Medium Orchid #B56CEB

Tints of Medium Orchid #B56CEB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.61%

 BLUE value IS 235 (92.19% from 255) = 44.85%

R = 34.54%
G = 20.61%
B = 44.85%

CMYK

 C value IS 0.23

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B56CEB (or 0xB56CEB) is known color: Medium Orchid. HEX triplet: B5, 6C and EB. RGB value is (181,108,235). Sum of RGB (Red+Green+Blue) = 181+108+235=524 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.54% from 524); Green value is 108 (42.58% from 255 or 20.61% from 524); Blue value is 235 (92.19% from 255 or 44.85% from 524); Max value from RGB is 235 - color contains mainly: blue. Hex color #B56CEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B56CEB is #4A9314. Grayscale: #8F8F8F. Windows color (decimal): -4887317 or 15428789. OLE color: 15428789.

HSL color Cylindrical-coordinate representation of color #B56CEB: hue angle of 274.49º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B56CEB is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 181 108 235 -
CMYK 0.23 0.54 0 0.08
HSL 274.49º 0.76% 0.67% -
HSV(B) 274.49º 0.54% 0.92% -
XYZ 39.41 26.55 81.64 -
YUV 144.31 179.18 154.17 -
System Red Green Blue C M Y K H S L
Decimal 181 108 235 0.23 0.54 0 0.08 274.49 0.76 0.67
Hex B5 6C EB 17 36 0 8 112 4C 43
Octal 265 154 353 27 66 0 10 422 114 103
Binary 10110101 1101100 11101011 10111 110110 0 1000 100010010 1001100 1000011

Color Harmonies of #B56CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56CEB

Black with #B56CEB

Text Example


Text Example

White with #B56CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56CEB; }

 p { color: rgb(181,108,235); }

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

background-color css

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

 a { background-color: rgb(181,108,235); }

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

border-color css

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

 span { border-color: rgb(181,108,235); }

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