Html Css Color HEX #B56CED Medium Orchid

📋 copy color: '#B56CED'

red 181 ◦ green 108 ◦ blue 237

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

Shades of Medium Orchid #B56CED

Tints of Medium Orchid #B56CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.06%

R = 34.41%
G = 20.53%
B = 45.06%

CMYK

 C value IS 0.24

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B56CED (or 0xB56CED) is known color: Medium Orchid. HEX triplet: B5, 6C and ED. RGB value is (181,108,237). Sum of RGB (Red+Green+Blue) = 181+108+237=526 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.41% from 526); Green value is 108 (42.58% from 255 or 20.53% from 526); Blue value is 237 (92.97% from 255 or 45.06% from 526); Max value from RGB is 237 - color contains mainly: blue. Hex color #B56CED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B56CED is #4A9312. Grayscale: #909090. Windows color (decimal): -4887315 or 15559861. OLE color: 15559861.

HSL color Cylindrical-coordinate representation of color #B56CED: hue angle of 273.95º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B56CED is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 181 108 237 -
CMYK 0.24 0.54 0 0.07
HSL 273.95º 0.78% 0.68% -
HSV(B) 273.95º 0.54% 0.93% -
XYZ 39.7 26.66 83.17 -
YUV 144.53 180.18 154.01 -
System Red Green Blue C M Y K H S L
Decimal 181 108 237 0.24 0.54 0 0.07 273.95 0.78 0.68
Hex B5 6C ED 18 36 0 7 112 4E 44
Octal 265 154 355 30 66 0 7 422 116 104
Binary 10110101 1101100 11101101 11000 110110 0 111 100010010 1001110 1000100

Color Harmonies of #B56CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56CED

Black with #B56CED

Text Example


Text Example

White with #B56CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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