Html Css Color HEX #B363E5 Medium Orchid

📋 copy color: '#B363E5'

red 179 ◦ green 99 ◦ blue 229

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

Shades of Medium Orchid #B363E5

Tints of Medium Orchid #B363E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 45.17%

R = 35.31%
G = 19.53%
B = 45.17%

CMYK

 C value IS 0.22

 M value IS 0.57

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B363E5 (or 0xB363E5) is known color: Medium Orchid. HEX triplet: B3, 63 and E5. RGB value is (179,99,229). Sum of RGB (Red+Green+Blue) = 179+99+229=507 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.31% from 507); Green value is 99 (39.06% from 255 or 19.53% from 507); Blue value is 229 (89.84% from 255 or 45.17% from 507); Max value from RGB is 229 - color contains mainly: blue. Hex color #B363E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B363E5 is #4C9C1A. Grayscale: #898989. Windows color (decimal): -5020699 or 15033267. OLE color: 15033267.

HSL color Cylindrical-coordinate representation of color #B363E5: hue angle of 276.92º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B363E5 is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 179 99 229 -
CMYK 0.22 0.57 0 0.10
HSL 276.92º 0.71% 0.64% -
HSV(B) 276.92º 0.57% 0.9% -
XYZ 37.2 24.16 76.83 -
YUV 137.74 179.5 157.43 -
System Red Green Blue C M Y K H S L
Decimal 179 99 229 0.22 0.57 0 0.10 276.92 0.71 0.64
Hex B3 63 E5 16 39 0 A 115 47 40
Octal 263 143 345 26 71 0 12 425 107 100
Binary 10110011 1100011 11100101 10110 111001 0 1010 100010101 1000111 1000000

Color Harmonies of #B363E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B363E5

Black with #B363E5

Text Example


Text Example

White with #B363E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B363E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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