Html Css Color HEX #B56CE4 Medium Orchid

📋 copy color: '#B56CE4'

red 181 ◦ green 108 ◦ blue 228

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

Shades of Medium Orchid #B56CE4

Tints of Medium Orchid #B56CE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 44.1%

R = 35.01%
G = 20.89%
B = 44.1%

CMYK

 C value IS 0.21

 M value IS 0.53

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B56CE4 (or 0xB56CE4) is known color: Medium Orchid. HEX triplet: B5, 6C and E4. RGB value is (181,108,228). Sum of RGB (Red+Green+Blue) = 181+108+228=517 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.01% from 517); Green value is 108 (42.58% from 255 or 20.89% from 517); Blue value is 228 (89.45% from 255 or 44.10% from 517); Max value from RGB is 228 - color contains mainly: blue. Hex color #B56CE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56CE4 is #4A931B. Grayscale: #8F8F8F. Windows color (decimal): -4887324 or 14970037. OLE color: 14970037.

HSL color Cylindrical-coordinate representation of color #B56CE4: hue angle of 276.5º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B56CE4 is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 181 108 228 -
CMYK 0.21 0.53 0 0.11
HSL 276.5º 0.69% 0.66% -
HSV(B) 276.5º 0.53% 0.89% -
XYZ 38.42 26.15 76.42 -
YUV 143.51 175.68 154.74 -
System Red Green Blue C M Y K H S L
Decimal 181 108 228 0.21 0.53 0 0.11 276.5 0.69 0.66
Hex B5 6C E4 15 35 0 B 114 45 42
Octal 265 154 344 25 65 0 13 424 105 102
Binary 10110101 1101100 11100100 10101 110101 0 1011 100010100 1000101 1000010

Color Harmonies of #B56CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56CE4

Black with #B56CE4

Text Example


Text Example

White with #B56CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56CE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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