Html Css Color HEX #B363E0 Medium Orchid

📋 copy color: '#B363E0'

red 179 ◦ green 99 ◦ blue 224

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

Shades of Medium Orchid #B363E0

Tints of Medium Orchid #B363E0

RGB

 RED value IS 179 (70.31% from 255) = 35.66%

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

 BLUE value IS 224 (87.89% from 255) = 44.62%

R = 35.66%
G = 19.72%
B = 44.62%

CMYK

 C value IS 0.20

 M value IS 0.56

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B363E0 (or 0xB363E0) is known color: Medium Orchid. HEX triplet: B3, 63 and E0. RGB value is (179,99,224). Sum of RGB (Red+Green+Blue) = 179+99+224=502 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.66% from 502); Green value is 99 (39.06% from 255 or 19.72% from 502); Blue value is 224 (87.89% from 255 or 44.62% from 502); Max value from RGB is 224 - color contains mainly: blue. Hex color #B363E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B363E0 is #4C9C1F. Grayscale: #888888. Windows color (decimal): -5020704 or 14705587. OLE color: 14705587.

HSL color Cylindrical-coordinate representation of color #B363E0: hue angle of 278.4º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B363E0 is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 179 99 224 -
CMYK 0.20 0.56 0 0.12
HSL 278.4º 0.67% 0.63% -
HSV(B) 278.4º 0.56% 0.88% -
XYZ 36.51 23.89 73.21 -
YUV 137.17 177 157.84 -
System Red Green Blue C M Y K H S L
Decimal 179 99 224 0.20 0.56 0 0.12 278.4 0.67 0.63
Hex B3 63 E0 14 38 0 C 116 43 3F
Octal 263 143 340 24 70 0 14 426 103 77
Binary 10110011 1100011 11100000 10100 111000 0 1100 100010110 1000011 111111

Color Harmonies of #B363E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B363E0

Black with #B363E0

Text Example


Text Example

White with #B363E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B363E0; }

 p { color: rgb(179,99,224); }

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

background-color css

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

 a { background-color: rgb(179,99,224); }

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

border-color css

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

 span { border-color: rgb(179,99,224); }

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