Html Css Color HEX #B363E6 Medium Orchid

📋 copy color: '#B363E6'

red 179 ◦ green 99 ◦ blue 230

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

Shades of Medium Orchid #B363E6

Tints of Medium Orchid #B363E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 45.28%

R = 35.24%
G = 19.49%
B = 45.28%

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

#B363E6 (or 0xB363E6) is known color: Medium Orchid. HEX triplet: B3, 63 and E6. RGB value is (179,99,230). Sum of RGB (Red+Green+Blue) = 179+99+230=508 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.24% from 508); Green value is 99 (39.06% from 255 or 19.49% from 508); Blue value is 230 (90.23% from 255 or 45.28% from 508); Max value from RGB is 230 - color contains mainly: blue. Hex color #B363E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B363E6 is #4C9C19. Grayscale: #898989. Windows color (decimal): -5020698 or 15098803. OLE color: 15098803.

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

Color convert

RGB 179 99 230 -
CMYK 0.22 0.57 0 0.10
HSL 276.64º 0.72% 0.65% -
HSV(B) 276.64º 0.57% 0.9% -
XYZ 37.34 24.22 77.57 -
YUV 137.85 180 157.35 -
System Red Green Blue C M Y K H S L
Decimal 179 99 230 0.22 0.57 0 0.10 276.64 0.72 0.65
Hex B3 63 E6 16 39 0 A 115 48 41
Octal 263 143 346 26 71 0 12 425 110 101
Binary 10110011 1100011 11100110 10110 111001 0 1010 100010101 1001000 1000001

Color Harmonies of #B363E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B363E6

Black with #B363E6

Text Example


Text Example

White with #B363E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B363E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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