Html Css Color HEX #B56AF2 Medium Orchid

📋 copy color: '#B56AF2'

red 181 ◦ green 106 ◦ blue 242

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

Shades of Medium Orchid #B56AF2

Tints of Medium Orchid #B56AF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 45.75%

R = 34.22%
G = 20.04%
B = 45.75%

CMYK

 C value IS 0.25

 M value IS 0.56

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B56AF2 (or 0xB56AF2) is known color: Medium Orchid. HEX triplet: B5, 6A and F2. RGB value is (181,106,242). Sum of RGB (Red+Green+Blue) = 181+106+242=529 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.22% from 529); Green value is 106 (41.80% from 255 or 20.04% from 529); Blue value is 242 (94.92% from 255 or 45.75% from 529); Max value from RGB is 242 - color contains mainly: blue. Hex color #B56AF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B56AF2 is #4A950D. Grayscale: #8F8F8F. Windows color (decimal): -4887822 or 15887029. OLE color: 15887029.

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

Color convert

RGB 181 106 242 -
CMYK 0.25 0.56 0 0.05
HSL 273.09º 0.84% 0.68% -
HSV(B) 273.09º 0.56% 0.95% -
XYZ 40.24 26.54 87.01 -
YUV 143.93 183.35 154.44 -
System Red Green Blue C M Y K H S L
Decimal 181 106 242 0.25 0.56 0 0.05 273.09 0.84 0.68
Hex B5 6A F2 19 38 0 5 111 54 44
Octal 265 152 362 31 70 0 5 421 124 104
Binary 10110101 1101010 11110010 11001 111000 0 101 100010001 1010100 1000100

Color Harmonies of #B56AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56AF2

Black with #B56AF2

Text Example


Text Example

White with #B56AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56AF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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