Html Css Color HEX #B56CF0 Medium Orchid

📋 copy color: '#B56CF0'

red 181 ◦ green 108 ◦ blue 240

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

Shades of Medium Orchid #B56CF0

Tints of Medium Orchid #B56CF0

RGB

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

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

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

R = 34.22%
G = 20.42%
B = 45.37%

CMYK

 C value IS 0.25

 M value IS 0.55

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B56CF0 (or 0xB56CF0) is known color: Medium Orchid. HEX triplet: B5, 6C and F0. RGB value is (181,108,240). Sum of RGB (Red+Green+Blue) = 181+108+240=529 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.22% from 529); Green value is 108 (42.58% from 255 or 20.42% from 529); Blue value is 240 (94.14% from 255 or 45.37% from 529); Max value from RGB is 240 - color contains mainly: blue. Hex color #B56CF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B56CF0 is #4A930F. Grayscale: #909090. Windows color (decimal): -4887312 or 15756469. OLE color: 15756469.

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

Color convert

RGB 181 108 240 -
CMYK 0.25 0.55 0 0.06
HSL 273.18º 0.81% 0.68% -
HSV(B) 273.18º 0.55% 0.94% -
XYZ 40.15 26.84 85.5 -
YUV 144.88 181.68 153.77 -
System Red Green Blue C M Y K H S L
Decimal 181 108 240 0.25 0.55 0 0.06 273.18 0.81 0.68
Hex B5 6C F0 19 37 0 6 111 51 44
Octal 265 154 360 31 67 0 6 421 121 104
Binary 10110101 1101100 11110000 11001 110111 0 110 100010001 1010001 1000100

Color Harmonies of #B56CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56CF0

Black with #B56CF0

Text Example


Text Example

White with #B56CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56CF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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