Html Css Color HEX #B56DEA Medium Orchid

📋 copy color: '#B56DEA'

red 181 ◦ green 109 ◦ blue 234

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

Shades of Medium Orchid #B56DEA

Tints of Medium Orchid #B56DEA

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.8%

 BLUE value IS 234 (91.8% from 255) = 44.66%

R = 34.54%
G = 20.8%
B = 44.66%

CMYK

 C value IS 0.23

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B56DEA (or 0xB56DEA) is known color: Medium Orchid. HEX triplet: B5, 6D and EA. RGB value is (181,109,234). Sum of RGB (Red+Green+Blue) = 181+109+234=524 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.54% from 524); Green value is 109 (42.97% from 255 or 20.80% from 524); Blue value is 234 (91.80% from 255 or 44.66% from 524); Max value from RGB is 234 - color contains mainly: blue. Hex color #B56DEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B56DEA is #4A9215. Grayscale: #909090. Windows color (decimal): -4887062 or 15363509. OLE color: 15363509.

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

Color convert

RGB 181 109 234 -
CMYK 0.23 0.53 0 0.08
HSL 274.56º 0.75% 0.67% -
HSV(B) 274.56º 0.53% 0.92% -
XYZ 39.38 26.7 80.92 -
YUV 144.78 178.35 153.84 -
System Red Green Blue C M Y K H S L
Decimal 181 109 234 0.23 0.53 0 0.08 274.56 0.75 0.67
Hex B5 6D EA 17 35 0 8 113 4B 43
Octal 265 155 352 27 65 0 10 423 113 103
Binary 10110101 1101101 11101010 10111 110101 0 1000 100010011 1001011 1000011

Color Harmonies of #B56DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56DEA

Black with #B56DEA

Text Example


Text Example

White with #B56DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56DEA; }

 p { color: rgb(181,109,234); }

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

background-color css

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

 a { background-color: rgb(181,109,234); }

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

border-color css

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

 span { border-color: rgb(181,109,234); }

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