Html Css Color HEX #B363DF Medium Orchid

📋 copy color: '#B363DF'

red 179 ◦ green 99 ◦ blue 223

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

Shades of Medium Orchid #B363DF

Tints of Medium Orchid #B363DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.51%

R = 35.73%
G = 19.76%
B = 44.51%

CMYK

 C value IS 0.20

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B363DF (or 0xB363DF) is known color: Medium Orchid. HEX triplet: B3, 63 and DF. RGB value is (179,99,223). Sum of RGB (Red+Green+Blue) = 179+99+223=501 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.73% from 501); Green value is 99 (39.06% from 255 or 19.76% from 501); Blue value is 223 (87.5% from 255 or 44.51% from 501); Max value from RGB is 223 - color contains mainly: blue. Hex color #B363DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B363DF is #4C9C20. Grayscale: #888888. Windows color (decimal): -5020705 or 14640051. OLE color: 14640051.

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

Color convert

RGB 179 99 223 -
CMYK 0.20 0.56 0 0.13
HSL 278.71º 0.66% 0.63% -
HSV(B) 278.71º 0.56% 0.87% -
XYZ 36.37 23.84 72.5 -
YUV 137.06 176.5 157.92 -
System Red Green Blue C M Y K H S L
Decimal 179 99 223 0.20 0.56 0 0.13 278.71 0.66 0.63
Hex B3 63 DF 14 38 0 D 117 42 3F
Octal 263 143 337 24 70 0 15 427 102 77
Binary 10110011 1100011 11011111 10100 111000 0 1101 100010111 1000010 111111

Color Harmonies of #B363DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B363DF

Black with #B363DF

Text Example


Text Example

White with #B363DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B363DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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