Html Css Color HEX #B563FA Medium Orchid

📋 copy color: '#B563FA'

red 181 ◦ green 99 ◦ blue 250

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

Shades of Medium Orchid #B563FA

Tints of Medium Orchid #B563FA

RGB

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

 GREEN value IS 99 (39.06% from 255) = 18.68%

 BLUE value IS 250 (98.05% from 255) = 47.17%

R = 34.15%
G = 18.68%
B = 47.17%

CMYK

 C value IS 0.28

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B563FA (or 0xB563FA) is known color: Medium Orchid. HEX triplet: B5, 63 and FA. RGB value is (181,99,250). Sum of RGB (Red+Green+Blue) = 181+99+250=530 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.15% from 530); Green value is 99 (39.06% from 255 or 18.68% from 530); Blue value is 250 (98.05% from 255 or 47.17% from 530); Max value from RGB is 250 - color contains mainly: blue. Hex color #B563FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B563FA is #4A9C05. Grayscale: #8C8C8C. Windows color (decimal): -4889606 or 16409525. OLE color: 16409525.

HSL color Cylindrical-coordinate representation of color #B563FA: hue angle of 272.58º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B563FA is Cyan = 0.28, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 181 99 250 -
CMYK 0.28 0.60 0 0.02
HSL 272.58º 0.94% 0.68% -
HSV(B) 272.58º 0.6% 0.98% -
XYZ 40.77 25.65 93.24 -
YUV 140.73 189.67 156.72 -
System Red Green Blue C M Y K H S L
Decimal 181 99 250 0.28 0.60 0 0.02 272.58 0.94 0.68
Hex B5 63 FA 1C 3C 0 2 111 5E 44
Octal 265 143 372 34 74 0 2 421 136 104
Binary 10110101 1100011 11111010 11100 111100 0 10 100010001 1011110 1000100

Color Harmonies of #B563FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B563FA

Black with #B563FA

Text Example


Text Example

White with #B563FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B563FA; }

 p { color: rgb(181,99,250); }

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

background-color css

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

 a { background-color: rgb(181,99,250); }

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

border-color css

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

 span { border-color: rgb(181,99,250); }

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