Html Css Color HEX #B56AF0 Medium Orchid

📋 copy color: '#B56AF0'

red 181 ◦ green 106 ◦ blue 240

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

Shades of Medium Orchid #B56AF0

Tints of Medium Orchid #B56AF0

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.11%

 BLUE value IS 240 (94.14% from 255) = 45.54%

R = 34.35%
G = 20.11%
B = 45.54%

CMYK

 C value IS 0.25

 M value IS 0.56

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B56AF0 (or 0xB56AF0) is known color: Medium Orchid. HEX triplet: B5, 6A and F0. RGB value is (181,106,240). Sum of RGB (Red+Green+Blue) = 181+106+240=527 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.35% from 527); Green value is 106 (41.80% from 255 or 20.11% from 527); Blue value is 240 (94.14% from 255 or 45.54% from 527); Max value from RGB is 240 - color contains mainly: blue. Hex color #B56AF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B56AF0 is #4A950F. Grayscale: #8F8F8F. Windows color (decimal): -4887824 or 15755957. OLE color: 15755957.

HSL color Cylindrical-coordinate representation of color #B56AF0: hue angle of 273.58º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B56AF0 is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 181 106 240 -
CMYK 0.25 0.56 0 0.06
HSL 273.58º 0.82% 0.68% -
HSV(B) 273.58º 0.56% 0.94% -
XYZ 39.94 26.42 85.43 -
YUV 143.7 182.35 154.6 -
System Red Green Blue C M Y K H S L
Decimal 181 106 240 0.25 0.56 0 0.06 273.58 0.82 0.68
Hex B5 6A F0 19 38 0 6 112 52 44
Octal 265 152 360 31 70 0 6 422 122 104
Binary 10110101 1101010 11110000 11001 111000 0 110 100010010 1010010 1000100

Color Harmonies of #B56AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56AF0

Black with #B56AF0

Text Example


Text Example

White with #B56AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56AF0; }

 p { color: rgb(181,106,240); }

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

background-color css

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

 a { background-color: rgb(181,106,240); }

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

border-color css

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

 span { border-color: rgb(181,106,240); }

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