Html Css Color HEX #B56CE8 Medium Orchid

📋 copy color: '#B56CE8'

red 181 ◦ green 108 ◦ blue 232

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

Shades of Medium Orchid #B56CE8

Tints of Medium Orchid #B56CE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 44.53%

R = 34.74%
G = 20.73%
B = 44.53%

CMYK

 C value IS 0.22

 M value IS 0.53

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B56CE8 (or 0xB56CE8) is known color: Medium Orchid. HEX triplet: B5, 6C and E8. RGB value is (181,108,232). Sum of RGB (Red+Green+Blue) = 181+108+232=521 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.74% from 521); Green value is 108 (42.58% from 255 or 20.73% from 521); Blue value is 232 (91.02% from 255 or 44.53% from 521); Max value from RGB is 232 - color contains mainly: blue. Hex color #B56CE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B56CE8 is #4A9317. Grayscale: #8F8F8F. Windows color (decimal): -4887320 or 15232181. OLE color: 15232181.

HSL color Cylindrical-coordinate representation of color #B56CE8: hue angle of 275.32º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B56CE8 is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 181 108 232 -
CMYK 0.22 0.53 0 0.09
HSL 275.32º 0.73% 0.67% -
HSV(B) 275.32º 0.53% 0.91% -
XYZ 38.98 26.38 79.38 -
YUV 143.96 177.68 154.42 -
System Red Green Blue C M Y K H S L
Decimal 181 108 232 0.22 0.53 0 0.09 275.32 0.73 0.67
Hex B5 6C E8 16 35 0 9 113 49 43
Octal 265 154 350 26 65 0 11 423 111 103
Binary 10110101 1101100 11101000 10110 110101 0 1001 100010011 1001001 1000011

Color Harmonies of #B56CE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56CE8

Black with #B56CE8

Text Example


Text Example

White with #B56CE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56CE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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