Html Css Color HEX #B56FE6 Medium Orchid

📋 copy color: '#B56FE6'

red 181 ◦ green 111 ◦ blue 230

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

Shades of Medium Orchid #B56FE6

Tints of Medium Orchid #B56FE6

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.26%

 BLUE value IS 230 (90.23% from 255) = 44.06%

R = 34.67%
G = 21.26%
B = 44.06%

CMYK

 C value IS 0.21

 M value IS 0.52

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B56FE6 (or 0xB56FE6) is known color: Medium Orchid. HEX triplet: B5, 6F and E6. RGB value is (181,111,230). Sum of RGB (Red+Green+Blue) = 181+111+230=522 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.67% from 522); Green value is 111 (43.75% from 255 or 21.26% from 522); Blue value is 230 (90.23% from 255 or 44.06% from 522); Max value from RGB is 230 - color contains mainly: blue. Hex color #B56FE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B56FE6 is #4A9019. Grayscale: #919191. Windows color (decimal): -4886554 or 15101877. OLE color: 15101877.

HSL color Cylindrical-coordinate representation of color #B56FE6: hue angle of 275.29º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B56FE6 is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 181 111 230 -
CMYK 0.21 0.52 0 0.10
HSL 275.29º 0.7% 0.67% -
HSV(B) 275.29º 0.52% 0.9% -
XYZ 39.02 26.91 78 -
YUV 145.5 175.69 153.32 -
System Red Green Blue C M Y K H S L
Decimal 181 111 230 0.21 0.52 0 0.10 275.29 0.7 0.67
Hex B5 6F E6 15 34 0 A 113 46 43
Octal 265 157 346 25 64 0 12 423 106 103
Binary 10110101 1101111 11100110 10101 110100 0 1010 100010011 1000110 1000011

Color Harmonies of #B56FE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56FE6

Black with #B56FE6

Text Example


Text Example

White with #B56FE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56FE6; }

 p { color: rgb(181,111,230); }

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

background-color css

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

 a { background-color: rgb(181,111,230); }

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

border-color css

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

 span { border-color: rgb(181,111,230); }

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